Merge "Revert "API: enable API lint on public and system APIs""
This commit is contained in:
committed by
Android (Google) Code Review
commit
8657e7811f
10
Android.bp
10
Android.bp
@@ -1461,11 +1461,6 @@ droidstubs {
|
||||
removed_api_file: "api/removed.txt",
|
||||
baseline_file: ":public-api-incompatibilities-with-last-released",
|
||||
},
|
||||
api_lint: {
|
||||
enabled: true,
|
||||
new_since: ":last-released-public-api",
|
||||
baseline_file: "api/lint-baseline.txt",
|
||||
},
|
||||
},
|
||||
jdiff_enabled: true,
|
||||
}
|
||||
@@ -1492,11 +1487,6 @@ droidstubs {
|
||||
removed_api_file: "api/system-removed.txt",
|
||||
baseline_file: ":system-api-incompatibilities-with-last-released"
|
||||
},
|
||||
api_lint: {
|
||||
enabled: true,
|
||||
new_since: ":last-released-system-api",
|
||||
baseline_file: "api/system-lint-baseline.txt",
|
||||
},
|
||||
},
|
||||
jdiff_enabled: true,
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user