summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-07-11 16:12:32 -0700
committerSteven Moreland <smoreland@google.com>2019-07-11 16:12:35 -0700
commit5ce0a4ddfda88ae43e556ae27e627a312155e3d6 (patch)
tree399d07d85d2b1fd23931c187db94364b891a42bc
parentf26d1a1b9c3392f7dd0738dc2d47a889bc593672 (diff)
libsqlite: remove unused deps
Bug: 137311188 Test: library still builds Change-Id: I9702db5f804fc241d1ae88dfae0e270fe45ca4c1
-rw-r--r--dist/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/Android.bp b/dist/Android.bp
index fa46db3..7a3c94a 100644
--- a/dist/Android.bp
+++ b/dist/Android.bp
@@ -84,7 +84,6 @@ cc_library {
shared_libs: [
"libdl",
"liblog",
- "libutils",
"libandroidicu",
],
cflags: ["-DSQLITE_ENABLE_ICU"],
@@ -95,7 +94,6 @@ cc_library {
host: {
static_libs: [
"liblog",
- "libutils",
],
},
not_windows: {