summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-10-30 10:37:08 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-10-30 10:37:08 +0000
commit5cbcb587afa11c476439c247fdb6d55fecad19b0 (patch)
tree1ab248a3138bfe2951d68a1ef5a445be8fe63fc5
parent2b775b57f8da9bc1175e8fe1904a740435d21b19 (diff)
parent1befdc9e4f18484357f7e38ff048dcff3a7c6ba9 (diff)
Merge "Remove the module-lib-api target" am: 36bd16e5ab am: 0a354a95f4 am: 0a111c1280 am: 1befdc9e4f
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1480536 Change-Id: I312eb37caed125f12fd3bd8c4e3e1741062b2810
-rw-r--r--StubLibraries.bp29
1 files changed, 1 insertions, 28 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 754c4e94e73a..455aaec6c51d 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -257,38 +257,11 @@ droidstubs {
}
/////////////////////////////////////////////////////////////////////
-// Following droidstubs modules are for extra APIs for modules,
+// Following droidstub module for extra APIs for modules,
// namely @SystemApi(client=MODULE_LIBRARIES) APIs.
/////////////////////////////////////////////////////////////////////
droidstubs {
- name: "module-lib-api",
- defaults: ["metalava-full-api-stubs-default"],
- arg_files: ["core/res/AndroidManifest.xml"],
- args: metalava_framework_docs_args + module_libs,
-
- // Do not generate stubs as they are not needed
- generate_stubs: false,
-
- check_api: {
- current: {
- api_file: "api/module-lib-current.txt",
- removed_api_file: "api/module-lib-removed.txt",
- },
- last_released: {
- api_file: ":android.api.module-lib.latest",
- removed_api_file: ":removed.api.module-lib.latest",
- baseline_file: ":module-lib-api-incompatibilities-with-last-released"
- },
- api_lint: {
- enabled: true,
- new_since: ":android.api.module-lib.latest",
- baseline_file: "api/module-lib-lint-baseline.txt",
- },
- },
-}
-
-droidstubs {
name: "module-lib-api-stubs-docs-non-updatable",
defaults: ["metalava-non-updatable-api-stubs-default"],
arg_files: ["core/res/AndroidManifest.xml"],