summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Islam <samiul@google.com>2021-05-04 13:13:53 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-05-04 13:13:53 +0000
commit43bea808f7e58096bde7b5db61b672815cc3cfef (patch)
tree06fe876d0888828a7738f45d9b2804197efe29aa
parentd6850c6955271c9af28503d4028c8f87dd59089c (diff)
parent5fccec9a22d28d57b993d3edfba39172971808f7 (diff)
downloadsdk-43bea808f7e58096bde7b5db61b672815cc3cfef.tar.gz
Merge "Add visibility to be used for apex_compression_test" am: a2b85613a5 am: 5fccec9a22
Original change: https://android-review.googlesource.com/c/platform/prebuilts/sdk/+/1692407 Change-Id: I45232bacf1911fbaac09d5b7281195ee12497534
-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
],
}