diff options
author | Jiyong Park <jiyong@google.com> | 2017-08-18 08:42:33 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-08-18 08:42:33 +0000 |
commit | ed6a0cb1f19290ffc824f4ccfcaeffe1effae47c (patch) | |
tree | deaa5e2923ecc77df80d9487af179d9888dc5487 /android/Android.bp | |
parent | bf40ef59e6bedc602a2451d96355aecac28d199b (diff) | |
parent | fc6bb5769385b88b1dd34b6465303b1a6dc54571 (diff) |
Merge "Don't use ICU when built for vendors"
am: fc6bb57693
Change-Id: I4b95599ba8257a3fb2983eccde1e338f79046c0c
Diffstat (limited to 'android/Android.bp')
-rw-r--r-- | android/Android.bp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/android/Android.bp b/android/Android.bp index 7c17c6a..299dc31 100644 --- a/android/Android.bp +++ b/android/Android.bp @@ -12,6 +12,11 @@ cc_library_static { "libicuuc", "libicui18n", ], + target: { + vendor: { + exclude_shared_libs: ["libicuuc", "libicui18n"], + }, + }, export_include_dirs: ["."], } |