diff options
author | Anton Hansson <hansson@google.com> | 2020-10-13 09:38:44 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-10-13 09:38:44 +0100 |
commit | 03b48e3fbe754069b3bd1629f6016142f935f77b (patch) | |
tree | 36fb603c95a3e6f9f2e9558cab051665457e37d6 /StubLibraries.bp | |
parent | 02ca5fcbe7909fa43bab2e29ce72084cda0a2ac3 (diff) |
Remove removed-dex-api generation
Nothing uses these outputs anymore. The compat tools have been
migrated to use a new file in I082d18fc2b8a57ea8c5941d5c955a7970ab9d860.
Bug: 158465496
Test: presubmit
Change-Id: I51a1f3f5e43092f5431358d705379cc33b60b835
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index fe84a7ac7715..34f8b39a11b8 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -118,7 +118,6 @@ stubs_defaults { droidstubs { name: "api-stubs-docs", defaults: ["metalava-full-api-stubs-default"], - removed_dex_api_filename: "removed-dex.txt", arg_files: [ "core/res/AndroidManifest.xml", ], @@ -179,7 +178,6 @@ module_libs = " " + droidstubs { name: "system-api-stubs-docs", defaults: ["metalava-full-api-stubs-default"], - removed_dex_api_filename: "system-removed-dex.txt", arg_files: [ "core/res/AndroidManifest.xml", ], |