summaryrefslogtreecommitdiff
path: root/android/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'android/Android.bp')
-rw-r--r--android/Android.bp5
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: ["."],
}