Merge "Remove the system-api-stubs-docs target" am: d0fb632e4b am: cca63b3099 am: 4d6f4e1374
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1496267 Change-Id: Ic5d2a35176454a8bd3b921da5d87f7c083c5e588
This commit is contained in:
@@ -176,31 +176,6 @@ module_libs = " " +
|
||||
"client=android.annotation.SystemApi.Client.PRIVILEGED_APPS" +
|
||||
"\\) "
|
||||
|
||||
droidstubs {
|
||||
name: "system-api-stubs-docs",
|
||||
defaults: ["metalava-full-api-stubs-default"],
|
||||
arg_files: [
|
||||
"core/res/AndroidManifest.xml",
|
||||
],
|
||||
args: metalava_framework_docs_args + priv_apps,
|
||||
check_api: {
|
||||
current: {
|
||||
api_file: "api/system-current.txt",
|
||||
removed_api_file: "api/system-removed.txt",
|
||||
},
|
||||
last_released: {
|
||||
api_file: ":android.api.system.latest",
|
||||
removed_api_file: ":removed.api.system.latest",
|
||||
baseline_file: ":system-api-incompatibilities-with-last-released"
|
||||
},
|
||||
api_lint: {
|
||||
enabled: true,
|
||||
new_since: ":android.api.system.latest",
|
||||
baseline_file: "api/system-lint-baseline.txt",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
droidstubs {
|
||||
name: "system-api-stubs-docs-non-updatable",
|
||||
defaults: ["metalava-non-updatable-api-stubs-default"],
|
||||
|
||||
Reference in New Issue
Block a user