diff options
author | Steven Moreland <smoreland@google.com> | 2019-07-15 08:14:57 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-07-15 08:14:57 -0700 |
commit | 47092a72a0d07b76e6d592d71bfee993264fa42d (patch) | |
tree | 67d607138c2c45e939616735617a8e42f8a4a376 | |
parent | 6e0e1ce43ee54eec4beba8ab533d71344ca26fd7 (diff) | |
parent | 058c2ff89834e542729516e5d333a4b6c679b561 (diff) |
Merge "libsqlite: remove unused deps" am: 1c54a19a06
am: 058c2ff898
Change-Id: I870e1c9598d116dc57c4a1af0a1073ecd5c3dd41
-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: { |