Update the remote java tools archive to include the right permissions.

Partial commit for third_party/*, see #7434.

Signed-off-by: iirina <elenairina@google.com>
diff --git a/third_party/BUILD b/third_party/BUILD
index 8718919..afcb59a 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -100,14 +100,14 @@
         "android_common/com.android.tools_sdk-common_25.0.0.jar",
         "android_common/com.android.tools_sdklib_25.0.0.jar",
     ],
-    deps = [
-        "//third_party/jaxb",
-    ],
     runtime_deps = [
         ":asm",
         ":asm-analysis",
         ":asm-tree",
     ],
+    deps = [
+        "//third_party/jaxb",
+    ],
 )
 
 java_import(
@@ -606,27 +606,18 @@
 )
 
 pkg_tar(
-    name = "java_tools_pkg",
-    srcs = [
-        "//third_party/java/java_tools:java_tools",
-        "//third_party/java/jdk/langtools:javac_jar",
-        "//third_party/java/jdk/langtools:jdk_compiler_jar",
-        "//third_party/java/jdk/langtools:java_compiler_jar"
-    ],
-)
-
-pkg_tar(
     name = "java_tools_pkg-gz",
     srcs = [
-        "//third_party/java/java_tools:java_tools",
+        "//third_party/java/java_tools",
+        "//third_party/java/jdk/langtools:java_compiler_jar",
         "//third_party/java/jdk/langtools:javac_jar",
         "//third_party/java/jdk/langtools:jdk_compiler_jar",
-        "//third_party/java/jdk/langtools:java_compiler_jar"
     ],
-    extension = "tar.gz"
+    extension = "tar.gz",
+    # Permissions -rwxr-xr-x
+    mode = "755",
 )
 
-
 load(":compiler_config_setting.bzl", "create_compiler_config_setting")
 
 create_compiler_config_setting(