aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 8346942c..0ea62e8f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -168,6 +168,11 @@ art_cc_library {
},
},
},
+
+ apex_available: [
+ "com.android.art.debug",
+ "com.android.art.release",
+ ],
}
art_cc_library {
@@ -179,6 +184,11 @@ art_cc_library {
"vixl-arm",
"vixl-arm64",
],
+
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}
//######## VIXL HOST TESTS #########