aboutsummaryrefslogtreecommitdiff
path: root/bazel.WORKSPACE
diff options
context:
space:
mode:
authorJingwen Chen <jingwen@google.com>2021-08-11 15:17:31 +0000
committerJingwen Chen <jingwen@google.com>2021-08-11 16:43:36 +0000
commitf4a0f8d49a578067d1408ea278cadc293dd6c417 (patch)
treef097297ea39f686047bb29f0319cfe4891bc2eaa /bazel.WORKSPACE
parentdb7db4b359154a9c5d4a90f717e6206102ca308b (diff)
downloadbazel-f4a0f8d49a578067d1408ea278cadc293dd6c417.tar.gz
Add apex_diff_test to compare APEX contents.
As a start, this compares that the Soong and Bazel built com.android.tzdata have identical payload layouts as determined by `deapexer`. Test: bazel test //build/bazel/tests/apex/... Change-Id: Iab26701e7dc45d5be2f133c02a7d3b6b0a841cf3
Diffstat (limited to 'bazel.WORKSPACE')
-rw-r--r--bazel.WORKSPACE9
1 files changed, 9 insertions, 0 deletions
diff --git a/bazel.WORKSPACE b/bazel.WORKSPACE
index de394c3f..f6d71228 100644
--- a/bazel.WORKSPACE
+++ b/bazel.WORKSPACE
@@ -23,6 +23,15 @@ make_injection_repository(
"mke2fs",
"resize2fs",
"sefcontext_compile",
+ "signapk",
+
+ "deapexer",
+ "debugfs",
+
+ # APEX comparisons
+ "com.android.tzdata",
+ "com.android.runtime",
+ "com.android.adbd",
],
)