Merge "libcore_private.stubs is uninstallable"
diff --git a/Android.bp b/Android.bp
index 4561fec..b5aa827 100644
--- a/Android.bp
+++ b/Android.bp
@@ -594,4 +594,5 @@
     // This library can't be build with JDK9 since the same package (sun.misc) already
     // exist in jdk.unsupported module. Using the same Java version as libprotobuf-java-lite.
     java_version: "1.7",
+    installable: false,
 }