aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-29 00:11:25 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-11-29 00:11:25 +0000
commit98d7a4967d595e642cd65c1e8400d602aa06767a (patch)
tree76d60b13fb8d3c94aadc9c0c4c01cefc017eef19
parent24e56a881db024fcce7e66792c86994df2ebd15c (diff)
parentc62c5166f24ba15e16d76b6bfc8b2234c7be6239 (diff)
downloadcpython2-android14-qpr2-s3-release.tar.gz
Change-Id: I2b2117d7627190d62b5cdb0a00a96364b8856889
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index eed47c7d46..6d59c063cb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -311,7 +311,7 @@ cc_defaults {
],
},
host: {
- static_libs: ["libsqlite"],
+ static_libs: ["libsqlite_static_noicu"],
},
// Use shared libsqlite for device side, otherwise
// the executable size will be really huge.