summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:09:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 00:09:29 +0000
commit171ee7a047e3dbb9f9babd02f2be5541ae999d9e (patch)
tree635a869c907ea83537077ac34bbd1b5ce16acf3c
parentc46a62030443ff592e86f8cbf40aa58d2c066c57 (diff)
parentda65197f20a8ecec1dd239848e2cfe2010fac3a7 (diff)
downloadicu-android14-qpr2-s2-release.tar.gz
Change-Id: Ie73647bdb3c93ccd23ab83d633e5be25de14da60
-rw-r--r--icu4c/source/Android.bp1
-rw-r--r--icu4c/source/common/Android.bp1
2 files changed, 2 insertions, 0 deletions
diff --git a/icu4c/source/Android.bp b/icu4c/source/Android.bp
index e000efb9b..286a7dd03 100644
--- a/icu4c/source/Android.bp
+++ b/icu4c/source/Android.bp
@@ -57,6 +57,7 @@ cc_library {
dist: {
targets: ["layoutlib"],
dir: "layoutlib_native/windows",
+ tag: "stripped_all",
},
},
android: {
diff --git a/icu4c/source/common/Android.bp b/icu4c/source/common/Android.bp
index d6f99314a..e57ddecd1 100644
--- a/icu4c/source/common/Android.bp
+++ b/icu4c/source/common/Android.bp
@@ -119,6 +119,7 @@ cc_library {
dist: {
targets: ["layoutlib"],
dir: "layoutlib_native/windows",
+ tag: "stripped_all",
},
},
},