summaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp15
1 files changed, 15 insertions, 0 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index a27fa74821..7bacc1528a 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -50,6 +50,10 @@ cc_library_shared {
visibility: [
"//art/build/apex",
],
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
defaults: [
"core_native_default_flags",
"core_native_default_libs",
@@ -89,6 +93,10 @@ cc_library_shared {
visibility: [
"//art/build/apex",
],
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
defaults: [
"core_native_default_flags",
],
@@ -164,6 +172,10 @@ cc_library_shared {
visibility: [
"//art/build/apex",
],
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
defaults: ["libopenjdk_native_defaults"],
shared_libs: [
"libopenjdkjvm",
@@ -176,6 +188,9 @@ cc_library_shared {
visibility: [
"//art/build/apex",
],
+ apex_available: [
+ "com.android.art.debug",
+ ],
defaults: ["libopenjdk_native_defaults"],
shared_libs: [
"libopenjdkjvmd",