Merge "Fix libdexfile dependencies to avoid direct dependency on libdexfile_external."
am: 21c29cfade
Change-Id: I1526f70910aa0ecd49d303bc848a3d08e4aa7a76
This commit is contained in:
commit
e6ab117292
2 changed files with 1 additions and 6 deletions
|
@ -218,13 +218,11 @@ cc_test {
|
|||
"liblog",
|
||||
"libminijail",
|
||||
"libnativehelper",
|
||||
"libunwindstack",
|
||||
],
|
||||
|
||||
static_libs: [
|
||||
"libdebuggerd",
|
||||
"libdexfile_external", // libunwindstack dependency
|
||||
"libdexfile_support", // libunwindstack dependency
|
||||
"libunwindstack",
|
||||
],
|
||||
|
||||
local_include_dirs: [
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue