summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-04-02 06:31:45 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-02 06:31:45 -0700
commit9a1d3ec50905d5dabbd1ce393e5715df43cc3d1e (patch)
tree73ea7b17d529b31d2818cbdafdd46d9c83d9280b
parent9ac370c2c4abaabd9cf8632ec2e85af2e37f8c41 (diff)
parent790cf8dbefd652278c3013161106cc5e16850f34 (diff)
downloaddalvik-android10-c2f2-s1-release.tar.gz
am: 790cf8dbef Change-Id: I2ae2a7a88756ebeecb8c44f712180a7659e219ca
-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"],