summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-02-26 09:30:44 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-02-26 09:30:44 -0800
commitdcea8e5a71b982123031a2597f0419c701630dc5 (patch)
tree3ff966a5c90118d1cfcd0638e523aeff27842676
parent102caf27b5180f38a2274dbd5dfe20907ead0147 (diff)
parent89fe3cedf6b0f3c9736317b53c33f6b9983d5e1c (diff)
downloadunwinding-dcea8e5a71b982123031a2597f0419c701630dc5.tar.gz
Merge "Fix libdexfile dependencies to avoid direct dependency on libdexfile_external."
am: 21c29cfade Change-Id: I1526f70910aa0ecd49d303bc848a3d08e4aa7a76
-rw-r--r--libunwindstack/Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libunwindstack/Android.bp b/libunwindstack/Android.bp
index c90f5b2..a49fd9e 100644
--- a/libunwindstack/Android.bp
+++ b/libunwindstack/Android.bp
@@ -95,7 +95,6 @@ cc_library {
"DexFiles.cpp",
],
exclude_shared_libs: [
- "libdexfile_external",
"libdexfile_support",
],
},
@@ -106,7 +105,6 @@ cc_library {
"DexFiles.cpp",
],
exclude_shared_libs: [
- "libdexfile_external",
"libdexfile_support",
],
},
@@ -137,7 +135,6 @@ cc_library {
shared_libs: [
"libbase",
- "libdexfile_external",
"libdexfile_support",
"liblog",
"liblzma",