Rename ART release APEX to com.android.art.
Test: See https://r.android.com/1457217
Bug: 169639321
Change-Id: I2596dfa3c23089e9bcbefe636486625da95b0c50
Merged-In: I2596dfa3c23089e9bcbefe636486625da95b0c50
diff --git a/NativeCode.bp b/NativeCode.bp
index 7cc154b..1ac607a 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -51,7 +51,7 @@
"//art/build/apex",
],
apex_available: [
- "com.android.art.release",
+ "com.android.art",
"com.android.art.debug",
],
defaults: [
@@ -84,7 +84,7 @@
"//external/conscrypt",
],
apex_available: [
- "com.android.art.release",
+ "com.android.art",
"com.android.art.debug",
// TODO(b/147813447) remove this. This is currently due to the 'runtime_libs'
// dependency from libjavacrypto in the conscrypt APEX.
@@ -161,7 +161,7 @@
"//art/build/apex",
],
apex_available: [
- "com.android.art.release",
+ "com.android.art",
"com.android.art.debug",
],
defaults: ["libopenjdk_native_defaults"],