diff options
author | Anton Hansson <hansson@google.com> | 2020-11-16 14:08:41 +0000 |
---|---|---|
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-11-16 14:08:41 +0000 |
commit | 97b23b05dd1d5edd2e90d310fbeda7161c18e587 (patch) | |
tree | 7a1ff97fb2c2b0fe43fbbaeadcdc99faf3f51635 | |
parent | d15205e7ccf461f5e55c793793d0e8a2c2b96684 (diff) | |
parent | 2eed87d3b50db5d4d3da312361cb447b3001517e (diff) |
Merge "Remove api-stubs-docs" am: 8cddd53381 am: 4ef05f5c6c am: 2eed87d3b5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1498698
Change-Id: I5731c1581ca4bf9f687ca4fe89a14fcb5e50d52d
-rw-r--r-- | StubLibraries.bp | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index aa39824e8614..cb36e639545b 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -110,37 +110,9 @@ stubs_defaults { } ///////////////////////////////////////////////////////////////////// -// *-api-stubs-docs modules providing source files for the stub libraries +// These modules provide source files for the stub libraries ///////////////////////////////////////////////////////////////////// -// api-stubs-docs, system-api-stubs-docs, and test-api-stubs-docs have APIs -// from the non-updatable part of the platform as well as from the updatable -// modules -droidstubs { - name: "api-stubs-docs", - defaults: ["metalava-full-api-stubs-default"], - arg_files: [ - "core/res/AndroidManifest.xml", - ], - args: metalava_framework_docs_args, - check_api: { - current: { - api_file: "api/current.txt", - removed_api_file: "api/removed.txt", - }, - last_released: { - api_file: ":android.api.public.latest", - removed_api_file: ":removed.api.public.latest", - baseline_file: ":public-api-incompatibilities-with-last-released", - }, - api_lint: { - enabled: true, - new_since: ":android.api.public.latest", - baseline_file: "api/lint-baseline.txt", - }, - }, -} - droidstubs { name: "api-stubs-docs-non-updatable", defaults: ["metalava-non-updatable-api-stubs-default"], |