Snap for 5430508 from 9a1d3ec50905d5dabbd1ce393e5715df43cc3d1e to qt-release

Change-Id: Id9960766f31ca67ce52ab738202fe99671047b89
diff --git a/dexdump/Android.bp b/dexdump/Android.bp
index 7f9c240..2dbb1e4 100644
--- a/dexdump/Android.bp
+++ b/dexdump/Android.bp
@@ -36,14 +36,12 @@
             shared_libs: [
                 "libz",
                 "liblog",
-                "libutils",
             ],
         },
         host: {
             static_libs: [
                 "libdex",
                 "libbase",
-                "libutils",
                 "liblog",
                 "libz",
             ],
diff --git a/libdex/Android.bp b/libdex/Android.bp
index ad0128b..737e097 100644
--- a/libdex/Android.bp
+++ b/libdex/Android.bp
@@ -48,12 +48,6 @@
         "-Wimplicit-fallthrough",
     ],
     target: {
-        android: {
-            shared_libs: ["libutils"],
-        },
-        host: {
-            static_libs: ["libutils"],
-        },
         windows: {
             enabled: true,
             cflags: ["-Wno-unused-parameter"],