aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"