diff options
author | Steven Moreland <smoreland@google.com> | 2019-07-15 08:23:59 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-07-15 08:23:59 -0700 |
commit | 5ec909f875b0eaadb1dea895f8dfd8f4e54dd7c0 (patch) | |
tree | 67d607138c2c45e939616735617a8e42f8a4a376 | |
parent | 1cfe6b189d31e2ea18a81dd9bb9da9f2c3af355a (diff) | |
parent | 47092a72a0d07b76e6d592d71bfee993264fa42d (diff) |
Merge "libsqlite: remove unused deps" am: 1c54a19a06 am: 058c2ff898
am: 47092a72a0
Change-Id: Icdaa6bc1c3909259fcf96f88ed9f64af00a05462
-rw-r--r-- | dist/Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dist/Android.bp b/dist/Android.bp index 3a6aeea..414c84d 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", ], }, windows: { |