summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-04-02 06:27:29 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-02 06:27:29 -0700
commit790cf8dbefd652278c3013161106cc5e16850f34 (patch)
tree73ea7b17d529b31d2818cbdafdd46d9c83d9280b
parent68e94848248591bb89768345f3cf7e5b221830e4 (diff)
parent7e7fd6b3b607f6732e4c45a586143979e90c8b09 (diff)
downloaddalvik-790cf8dbefd652278c3013161106cc5e16850f34.tar.gz
Merge "Remove unused dependency on libutils." am: 2a17f89d12
am: 7e7fd6b3b6 Change-Id: I2307a7b9a1c9430924c0640cac9daccc161826e3
-rw-r--r--dexdump/Android.bp2
-rw-r--r--libdex/Android.bp6
2 files changed, 0 insertions, 8 deletions
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index 7f9c24054..2dbb1e42d 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -36,14 +36,12 @@ cc_binary {
shared_libs: [
"libz",
"liblog",
- "libutils",
],
},
host: {
static_libs: [
"libdex",
"libbase",
- "libutils",
"liblog",
"libz",
],
diff --git a/libdex/Android.bp b/libdex/Android.bp
index ad0128bc7..737e097cd 100644
--- a/libdex/Android.bp
+++ b/libdex/Android.bp
@@ -48,12 +48,6 @@ cc_library_static {
"-Wimplicit-fallthrough",
],
target: {
- android: {
- shared_libs: ["libutils"],
- },
- host: {
- static_libs: ["libutils"],
- },
windows: {
enabled: true,
cflags: ["-Wno-unused-parameter"],