diff options
-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: { |