aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2022-04-27 10:25:32 +0000
committerJingwen Chen <jingwen@google.com>2022-04-27 10:29:09 +0000
commitaf1dbe4a1d4bd9224605d621102a455f1c90e255 (patch)
tree645df22b9603dbf7033d1624669cba897a916f15 /bazel.WORKSPACE
parent7e00cf86b64a34ef6c22b7deafab3140a9c5476a (diff)
downloadbazel-af1dbe4a1d4bd9224605d621102a455f1c90e255.tar.gz
Fix bp2build CI by properly invalidating make_injection tools like apexer.
Also removed com.android.runtime from bp2build-progress, since that's not a priority right now. Test: CI Change-Id: Idce44d4c64c59de364bc053935251f7fdbfef042 Fixes: 230542255
Diffstat (limited to 'bazel.WORKSPACE')
-rw-r--r--bazel.WORKSPACE5
1 files changed, 3 insertions, 2 deletions
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index 4b889d10..3d08724d 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -26,14 +26,15 @@ make_injection_repository(
target_module_files = {
# For APEX comparisons
"com.android.tzdata": ["system/apex/com.android.tzdata.apex"],
- "com.android.runtime": ["system/apex/com.android.runtime.apex"],
"com.android.adbd": ["system/apex/com.android.adbd.capex"],
"build.bazel.examples.apex.minimal": ["system/product/apex/build.bazel.examples.apex.minimal.apex"],
},
watch_android_bp_files = [
"//:build/bazel/examples/apex/minimal/Android.bp", # for build.bazel.examples.apex.minimal
"//:packages/modules/adbd/apex/Android.bp", # for com.android.adbd
- # TODO(b/210399979) - add the other .bp files to watch for the other modules built in these rule
+ "//:system/apex/apexer/Android.bp", # for apexer, conv_apex_manifest
+ "//:system/apex/tools/apex_compression_tool", # for apex_compression_tool, deapexer
+ "//:external/selinux/libselinux/Android.bp", # for sefcontext_compile
],
)