diff options
author | 2020-03-31 12:24:10 +0000 | |
---|---|---|
committer | 2020-03-31 12:24:10 +0000 | |
commit | d5ed17def60c50d244380b2724cc8d2a99c4c26b (patch) | |
tree | 123d3946201e1810a77c19f48d900c3d159f0b8b | |
parent | cb425ff3657064de5cdbe8fb973fd10e0b7ddb11 (diff) | |
parent | 0a97d5eaf2f57ed9d93c8360a8a83e98440a4ec7 (diff) |
Merge "Remove hiddenapi-mappings and hiddenapi-list-docs."
-rw-r--r-- | StubLibraries.bp | 38 |
1 files changed, 2 insertions, 36 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index f0810713f39f..de6d6f69f79f 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -89,6 +89,7 @@ droidstubs { api_filename: "public_api.txt", private_api_filename: "private.txt", removed_api_filename: "removed.txt", + removed_dex_api_filename: "removed-dex.txt", arg_files: [ "core/res/AndroidManifest.xml", ], @@ -129,6 +130,7 @@ droidstubs { api_filename: "system-api.txt", private_api_filename: "system-private.txt", removed_api_filename: "system-removed.txt", + removed_dex_api_filename: "system-removed-dex.txt", arg_files: [ "core/res/AndroidManifest.xml", ], @@ -315,42 +317,6 @@ java_library_static { } ///////////////////////////////////////////////////////////////////// -// Stubs for hiddenapi processing. -///////////////////////////////////////////////////////////////////// - -droidstubs { - name: "hiddenapi-lists-docs", - defaults: ["metalava-full-api-stubs-default"], - arg_files: [ - "core/res/AndroidManifest.xml", - ], - removed_dex_api_filename: "removed-dex.txt", - args: metalava_framework_docs_args + - " --show-unannotated " + - priv_apps + - " --show-annotation android.annotation.TestApi ", -} - -droidstubs { - name: "hiddenapi-mappings", - defaults: ["metalava-full-api-stubs-default"], - srcs: [ - ":opt-telephony-common-srcs", - ], - - arg_files: [ - "core/res/AndroidManifest.xml", - ], - dex_mapping_filename: "dex-mapping.txt", - args: metalava_framework_docs_args + - " --hide ReferencesHidden " + - " --hide UnhiddenSystemApi " + - " --show-unannotated " + - priv_apps + - " --show-annotation android.annotation.TestApi ", -} - -///////////////////////////////////////////////////////////////////// // api/*-current.txt files for use by modules in other directories // like the CTS test ///////////////////////////////////////////////////////////////////// |