summaryrefslogtreecommitdiff
path: root/StubLibraries.bp
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2020-04-22 14:21:54 +0100
committerAnton Hansson <hansson@google.com>2020-04-22 21:14:47 +0100
commit0fa5427c3b2e3677b876cca67bf66ecb1acb8676 (patch)
tree81b75fbe1c7a0552bc4bb04be1912168f9cb90b8 /StubLibraries.bp
parentc0fe0ae29f7de3cfeaad22563cf1e501235b4693 (diff)
Remove obsolete droidstub args
- I see no usages of private_api_filename / private.txt / private_dex_api_filename - tags are no longer used as of Iff355041d88eb59ac47dd19a03e993cf1ce3927e - api_filename/removed_api_filename does nothing if check_api is specified. test-api does not need a removed.txt Bug: 152479829 Bug: 144149403 Test: m Change-Id: Ic1e859dc6aa91f8d7b4f285b63d3faafb27edc9b Merged-In: Ic1e859dc6aa91f8d7b4f285b63d3faafb27edc9b (cherry picked from commit 960c16cd389fd56542fd3dcc8935406e022cb1be)
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r--StubLibraries.bp11
1 files changed, 0 insertions, 11 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp
index 304f231cb3af..ccfd0d1674a0 100644
--- a/StubLibraries.bp
+++ b/StubLibraries.bp
@@ -86,9 +86,6 @@ stubs_defaults {
droidstubs {
name: "api-stubs-docs",
defaults: ["metalava-full-api-stubs-default"],
- 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",
@@ -126,10 +123,6 @@ module_libs = " " +
droidstubs {
name: "system-api-stubs-docs",
defaults: ["metalava-full-api-stubs-default"],
- api_tag_name: "SYSTEM",
- 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",
@@ -157,9 +150,6 @@ droidstubs {
droidstubs {
name: "test-api-stubs-docs",
defaults: ["metalava-full-api-stubs-default"],
- api_tag_name: "TEST",
- api_filename: "test-api.txt",
- removed_api_filename: "test-removed.txt",
arg_files: [
"core/res/AndroidManifest.xml",
],
@@ -190,7 +180,6 @@ droidstubs {
droidstubs {
name: "module-lib-api",
defaults: ["metalava-full-api-stubs-default"],
- api_tag_name: "MODULE_LIB",
arg_files: ["core/res/AndroidManifest.xml"],
args: metalava_framework_docs_args + module_libs,