commit | 74850a81e78882ae132da1666c1ffe0dcfde9a18 | [log] [tgz] |
---|---|---|
author | Victor Chang <vichang@google.com> | Thu Sep 10 17:46:56 2020 +0100 |
committer | vichang <vichang@google.com> | Fri Sep 18 09:07:53 2020 +0000 |
tree | 4803545c632547062e7be87ab90192a8dd02aa35 | |
parent | 8b8d93d16ce2b409b27b4655bad0ee41987cb06d [diff] |
Remove redundant libandroidicu.so from manifest.json libandroidicu.so has a stub and doesn't need to specify it in the manifest.json explicitly. libicu.so, libicuuc.so and libicui18n.so are public and preloaded, thus they need to stay in the requireNativeLibs. libicu_jni.so need to keep in the manifest because runtime.cc is dlopen-ing it. Bug: 160350521 Test: device boots Test: verify the generated apex_manifest_full.json Change-Id: I36bfeddf072f088a619e226983ab96aa7f2f3e0c