From 03033cda6cb0785ef145ee0b5df6e3e0aade1398 Mon Sep 17 00:00:00 2001 From: Martin Stjernholm Date: Tue, 22 Jun 2021 13:32:00 +0100 Subject: [PATCH] libjavacore should be visible to the ART runtime, which loads it. Test: m droid Bug: 184148353 Change-Id: Ieabc5146c554b1268dc3734ce096beffc858568d --- NativeCode.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/NativeCode.bp b/NativeCode.bp index 799b06b0c8e..d01f3f50925 100644 --- a/NativeCode.bp +++ b/NativeCode.bp @@ -52,6 +52,7 @@ cc_library_shared { name: "libjavacore", visibility: [ "//art/build/apex", + "//art/runtime", ], apex_available: [ "com.android.art",