Merge "Add visibility to be used for apex_compression_test" am: a2b85613a5 am: 5fccec9a22 am: 43bea808f7 am: 332915a41b

Original change: https://android-review.googlesource.com/c/platform/prebuilts/sdk/+/1692407

Change-Id: I70c6c3684845f24842b98cb33ab90f7b2a6b71a5
diff --git a/current/Android.bp b/current/Android.bp
index a3440d2..20eaf97 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -207,13 +207,14 @@
     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
     ],
 }