libjavacore should be visible to the ART runtime, which loads it.

Cherry-picked from https://r.android.com/1741246.

Test: m droid
Bug: 184148353
Change-Id: Ieabc5146c554b1268dc3734ce096beffc858568d
Merged-In: Ieabc5146c554b1268dc3734ce096beffc858568d
diff --git a/NativeCode.bp b/NativeCode.bp
index 18a8abc..a7f18ea 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -52,6 +52,7 @@
     name: "libjavacore",
     visibility: [
         "//art/build/apex",
+        "//art/runtime",
     ],
     apex_available: [
         "com.android.art",