summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2025-01-15 13:10:05 +0000
committer Paul Duffin <paulduffin@google.com> 2025-01-15 13:10:05 +0000
commitec85e12122e678d3e0a9a67218ac0d5477e50695 (patch)
tree515fec0e5455afcdbfa0f47a5bbc515f99cca6f0 /api
parentf277025b33949ab995f1eebb2c2b31947908cf25 (diff)
Remove api-versions-jars-dir from api_versions_base_defaults
Previously, `api-versions-jars-dir` contained `android.jar` files that were consumed by Metalava when generating `api-versions.xml` files. However, they are no longer used as those jars were copied into `sdk_dir` by https://r.android.com/3454200 so `api-versions-jars-dir` is no longer needed in `api_versions_base_defaults`. Bug: 390113278 Test: # Before applying this change run: tools/metalava/scripts/gather-android-metalava-artifacts.py before # After applying this change run: tools/metalava/scripts/gather-android-metalava-artifacts.py after # Make sure that there are no differences. meld before after Change-Id: I4f04b81bfcddfb1c8b6ffb46d72b21a9d530f4ed
Diffstat (limited to 'api')
-rw-r--r--api/StubLibraries.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/StubLibraries.bp b/api/StubLibraries.bp
index a949ff5a331b..787fdee6ee16 100644
--- a/api/StubLibraries.bp
+++ b/api/StubLibraries.bp
@@ -1023,7 +1023,6 @@ stubs_defaults {
api_levels_annotations_enabled: true,
api_levels_annotations_dirs: [
"sdk-dir",
- "api-versions-jars-dir",
],
}