summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-04-02 06:23:12 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-02 06:23:12 -0700
commit7e7fd6b3b607f6732e4c45a586143979e90c8b09 (patch)
tree73ea7b17d529b31d2818cbdafdd46d9c83d9280b
parentcca8c7888367d19a9c91254c12edb9efea530c73 (diff)
parent2a17f89d12fe956aba704df83fca552b494e9f5b (diff)
downloaddalvik-7e7fd6b3b607f6732e4c45a586143979e90c8b09.tar.gz
Merge "Remove unused dependency on libutils."
am: 2a17f89d12 Change-Id: Ia3b508bcdcd688ffcfb3229e9254f5e4f6857e4a
-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"],