Add the new BUILD file to the embeded sources.

Partial commit for third_party/*, see #7455.

Signed-off-by: iirina <elenairina@google.com>
diff --git a/third_party/java/java_tools/BUILD b/third_party/java/java_tools/BUILD
index 6e7d54b..3e2f33d 100644
--- a/third_party/java/java_tools/BUILD
+++ b/third_party/java/java_tools/BUILD
@@ -15,5 +15,8 @@
     ) + select({
         "//src/conditions:arm": ["bazel-singlejar_deploy.jar"],
         "//conditions:default": [],
-    }) + ["BUILD.pkg"]
+    }) + [
+        "BUILD.pkg",
+        "BUILD-new.pkg",
+    ],
 )