Merge "Add current/Android.jar as current_android_jar"
diff --git a/current/Android.bp b/current/Android.bp
index 7799bb2..5736df3 100644
--- a/current/Android.bp
+++ b/current/Android.bp
@@ -189,3 +189,15 @@
     jars: ["multidex/library/android-support-multidex.jar"],
     sdk_version: "current",
 }
+
+// To provide apexer_test_host_tool the current android jar file to execute the host test
+filegroup {
+    name: "current_android_jar",
+    srcs: [
+        "public/android.jar",
+    ],
+    visibility: [
+         "//system/apex/apexer",
+    ],
+}
+