diff options
author | Victor Chang <vichang@google.com> | 2020-10-30 12:14:34 +0000 |
---|---|---|
committer | Victor Chang <vichang@google.com> | 2020-10-30 12:14:34 +0000 |
commit | a4fae275d57ac2e343f9e8912061d50bdd326b17 (patch) | |
tree | f8955d99806501b1b30e660d44cf8e8f99ad440d /Android.bp | |
parent | 33f7bff2ea7695390bcef62fca753202a4ed82d4 (diff) |
Add app compat config from ICU4J
Bug: 139480281
Bug: 171979766
Test: device boots
Change-Id: Ib2065368e2c5e0904c229c9383bc774269a0f410
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 87b7dc10d31a..b6c03ec5b0af 100644 --- a/Android.bp +++ b/Android.bp @@ -554,6 +554,7 @@ java_library { "framework-platform-compat-config", // TODO: remove gps_debug and protolog.conf.json when the build system propagates "required" properly. "gps_debug.conf", + "icu4j-platform-compat-config", "libcore-platform-compat-config", "protolog.conf.json.gz", "services-platform-compat-config", |