aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Chang <vichang@google.com>2024-04-29 18:39:42 +0100
committerVictor Chang <vichang@google.com>2024-04-29 18:39:42 +0100
commit085e898533c8b47d8ba3056d7d379bab4e1179a2 (patch)
tree3972d1212755581ff7f1debb82652458fab469fa
parent90ebde7475e4c4c5767836e80810f64db499041c (diff)
downloadlibcore-085e898533c8b47d8ba3056d7d379bab4e1179a2.tar.gz
Update libcore flag container to ART
Test: m droid Change-Id: I3b17a17c9f812c3297a43f3c7556ee478c8d0fc9
-rw-r--r--JavaLibrary.bp2
-rw-r--r--libcore.aconfig2
2 files changed, 2 insertions, 2 deletions
diff --git a/JavaLibrary.bp b/JavaLibrary.bp
index 015f3c844f4..43347a88fe1 100644
--- a/JavaLibrary.bp
+++ b/JavaLibrary.bp
@@ -1003,7 +1003,7 @@ java_library {
aconfig_declarations {
name: "libcore_aconfig_flags",
package: "com.android.libcore",
- container: "system",
+ container: "com.android.art",
srcs: ["libcore.aconfig"],
}
diff --git a/libcore.aconfig b/libcore.aconfig
index ca9f851df5c..4fb3092a72c 100644
--- a/libcore.aconfig
+++ b/libcore.aconfig
@@ -16,7 +16,7 @@
# com.android is chosen as the java_aconfig_library is normally exposed to the platform,
# but not public apps.
package: "com.android.libcore"
-container: "system"
+container: "com.android.art"
flag {
namespace: "core_libraries"