diff options
author | Anton Hansson <hansson@google.com> | 2020-11-16 12:55:09 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-11-16 12:55:09 +0000 |
commit | 8cddd53381c7076052d4b0225505b0515488eed5 (patch) | |
tree | 3d81bcb85709d5200eb61a25de31030a7542617e | |
parent | 3661fc477c7d88eb33df3ffa1c4a3dbd4fe50526 (diff) | |
parent | 51861e70e58aa863e459762b22dca00ff7fda23d (diff) |
Merge "Remove api-stubs-docs"
-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"], |