summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-29 01:14:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-06-29 01:14:50 +0000
commit759b9173b0efac061fede550fa2069900bf89701 (patch)
tree8b9eccb46c5eb1314367216b5a1691255cb9ea0d
parent7d4eb534a60d802fcdc2f8946debb77eb017fa2d (diff)
parent42b23c3ccc24ac56f3564f3fb9ef61dabdf32941 (diff)
downloadsdk-759b9173b0efac061fede550fa2069900bf89701.tar.gz
Snap for 7501202 from 42b23c3ccc24ac56f3564f3fb9ef61dabdf32941 to sc-v2-release
Change-Id: I53f1e7a79aefe0f227c9153ea5ce9070f5f8c7dd
-rwxr-xr-xupdate_prebuilts/update_prebuilts.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/update_prebuilts/update_prebuilts.py b/update_prebuilts/update_prebuilts.py
index da1821f01..003e2d9e0 100755
--- a/update_prebuilts/update_prebuilts.py
+++ b/update_prebuilts/update_prebuilts.py
@@ -560,6 +560,9 @@ def update_framework(build_id, sdk_dir):
dst_path = path(target_dir, filename)
mv(src_path, dst_path)
+ # Filtered API DB is currently only available for "public"
+ fetch_artifacts(framework_sdk_target, build_id, {'api-versions-public-filtered.xml': path(target_dir, 'data/api-versions-filtered.xml')})
+
return True
def update_makefile(build_id):