summaryrefslogtreecommitdiff
path: root/scripts/Android.bp
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-03-04 17:52:58 -0800
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2025-03-04 17:52:58 -0800
commite7fc6932ec9dbfc377a5baa47ebecf95cd57b1fc (patch)
tree3a767ebfc4ff652b21069727467589b976b255dd /scripts/Android.bp
parentac628ad7b51b7cf91d4c9257e30c3365cd5c4ac6 (diff)
parentd183d9f24bf0e9b2b59330a6fa1346bbbef7b1ce (diff)
Merge "Replace --revert-annotation with a flags config file" into main am: d183d9f24b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3523090 Change-Id: I5cfd92e154ae2e604589b4a91388a7a535ad1f14 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'scripts/Android.bp')
-rw-r--r--scripts/Android.bp10
1 files changed, 7 insertions, 3 deletions
diff --git a/scripts/Android.bp b/scripts/Android.bp
index 94163a5c2..c0e13d52f 100644
--- a/scripts/Android.bp
+++ b/scripts/Android.bp
@@ -287,9 +287,13 @@ python_test_host {
],
}
-sh_binary_host {
- name: "keep-flagged-apis",
- src: "keep-flagged-apis.sh",
+python_binary_host {
+ name: "aconfig-to-metalava-flags",
+ main: "aconfig-to-metalava-flags.py",
+ srcs: ["aconfig-to-metalava-flags.py"],
+ libs: [
+ "libaconfig_python_proto",
+ ],
}
python_binary_host {