summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-04-02 13:19:32 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-04-02 13:19:32 +0000
commit2a17f89d12fe956aba704df83fca552b494e9f5b (patch)
tree73ea7b17d529b31d2818cbdafdd46d9c83d9280b
parentc539ee11991a36dc982e6c39861874c73836f8cc (diff)
parent1ade74ccfd268350acac375bd4f06536b3909c1c (diff)
downloaddalvik-2a17f89d12fe956aba704df83fca552b494e9f5b.tar.gz
Merge "Remove unused dependency on libutils."
-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"],