From af1dbe4a1d4bd9224605d621102a455f1c90e255 Mon Sep 17 00:00:00 2001 From: Jingwen Chen Date: Wed, 27 Apr 2022 10:25:32 +0000 Subject: 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 --- bazel.WORKSPACE | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bazel.WORKSPACE') 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 ], ) -- cgit v1.2.3