libjavacore should be visible to the ART runtime, which loads it. am: 536c1a33e8

Original change: https://googleplex-android-review.googlesource.com/c/platform/libcore/+/15092335

Change-Id: Ie6c47e99b09c799cdb02d728ac170e726225fda2
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",