aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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.