diff options
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: ["."], } |