diff options
author | 2025-01-15 13:55:34 -0800 | |
---|---|---|
committer | 2025-02-11 11:23:16 -0800 | |
commit | 5b9aac8979cbc68d5134adff427f1c4a91872a5d (patch) | |
tree | 1de2ca2fc818ff7b58efa9058c6fa7e7570bde32 | |
parent | dd33afc86bf313c205d28cfba436658aa7a78c4c (diff) |
Remove required on i18n apex
The i18n apex depends on the bootclasspath fragments in the art apex,
having the art apex depend on the i18n apex causes dependency cycles
when the bootclasspath fragment dependency is proxied through the parent
apex.
Bug: 372543712
Test: builds
Change-Id: I78aff3668f567ea226f7aa0e96325b792ea53958
-rw-r--r-- | build/apex/Android.bp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/apex/Android.bp b/build/apex/Android.bp index 43423f35e6..d2fd8f9e1e 100644 --- a/build/apex/Android.bp +++ b/build/apex/Android.bp @@ -74,9 +74,6 @@ apex_defaults { bootclasspath_fragments: ["art-bootclasspath-fragment"], systemserverclasspath_fragments: ["art-systemserverclasspath-fragment"], compat_configs: ["libcore-platform-compat-config"], - required: [ - "com.android.i18n", - ], prebuilts: [ "art-linker-config", "com.android.art.init.rc", |