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 c610e34..bbe6fed 100644
--- a/android/Android.bp
+++ b/android/Android.bp
@@ -13,6 +13,11 @@ cc_library_static {
"libicuuc",
"libicui18n",
],
+ target: {
+ vendor: {
+ exclude_shared_libs: ["libicuuc", "libicui18n"],
+ },
+ },
export_include_dirs: ["."],
}