summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--current/Android.bp5
1 files changed, 3 insertions, 2 deletions
diff --git a/current/Android.bp b/current/Android.bp
index a3440d2a3..20eaf97dc 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -207,13 +207,14 @@ java_import {
sdk_version: "current",
}
-// To provide apexer_test_host_tool the current android jar file to execute the host test
+// To provide test host tools the current android jar file to execute the host test
filegroup {
name: "current_android_jar",
srcs: [
"public/android.jar",
],
visibility: [
- "//system/apex/apexer",
+ "//system/apex/apexer", // for apexer_host_test_tools
+ "//system/apex/tools", // for apex_compression_test_host_tools
],
}