Finish converting JavaLibrary.mk to JavaLibrary.bp

Test: TH
Bug: 130204596

(cherry picked from commit 65641182f7ddd387888e2fb3bed68f916eca1a23)

Change-Id: I64a12a6958ce48e141491fd9e92d36e272b3046b
diff --git a/JavaLibrary.bp b/JavaLibrary.bp
index 066a0ac..2066c42 100644
--- a/JavaLibrary.bp
+++ b/JavaLibrary.bp
@@ -658,6 +658,13 @@
     },
     no_standard_libs: true,
     system_modules: "none",
+
+    dist: {
+        targets: [
+            "sdk",
+            "win_sdk",
+        ],
+    },
 }
 
 // Target for validating nullability annotations for correctness and