summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libartbase/Android.bp5
-rw-r--r--libdexfile/Android.bp4
-rw-r--r--libprofile/Android.bp5
-rw-r--r--tools/veridex/Android.bp1
4 files changed, 0 insertions, 15 deletions
diff --git a/libartbase/Android.bp b/libartbase/Android.bp
index 0c6b1a2ef6..5010f683d7 100644
--- a/libartbase/Android.bp
+++ b/libartbase/Android.bp
@@ -54,10 +54,6 @@ cc_defaults {
"libziparchive",
"libz",
],
- shared_libs: [
- // For android::FileMap used by libziparchive.
- "libutils",
- ],
},
host: {
shared_libs: [
@@ -88,7 +84,6 @@ cc_defaults {
"libbase",
"libcutils",
"liblog",
- "libutils",
"libz",
"libziparchive",
],
diff --git a/libdexfile/Android.bp b/libdexfile/Android.bp
index 49b1278fcb..7f25f02dea 100644
--- a/libdexfile/Android.bp
+++ b/libdexfile/Android.bp
@@ -43,9 +43,6 @@ cc_defaults {
"libziparchive",
"libz",
],
- shared_libs: [
- "libutils",
- ],
},
host: {
shared_libs: [
@@ -78,7 +75,6 @@ cc_defaults {
"libbase",
"libcutils",
"liblog",
- "libutils",
"libz",
"libziparchive",
],
diff --git a/libprofile/Android.bp b/libprofile/Android.bp
index edd9fa858b..a8d8b2f0f5 100644
--- a/libprofile/Android.bp
+++ b/libprofile/Android.bp
@@ -28,10 +28,6 @@ cc_defaults {
"libziparchive",
"libz",
],
- shared_libs: [
- // For android::FileMap used by libziparchive.
- "libutils",
- ],
},
host: {
shared_libs: [
@@ -61,7 +57,6 @@ cc_defaults {
static_libs: [
"libbase",
"libcutils",
- "libutils",
"libz",
"libziparchive",
],
diff --git a/tools/veridex/Android.bp b/tools/veridex/Android.bp
index 92ace035cf..c375138b08 100644
--- a/tools/veridex/Android.bp
+++ b/tools/veridex/Android.bp
@@ -30,7 +30,6 @@ cc_binary {
"libartbase",
"libbase",
"liblog",
- "libutils",
"libz",
"libziparchive",
],