Merge "Revert "Add libdexfile runtime dependency of libdexfile_support.""

This commit is contained in:
Rex Lin 2021-09-01 06:03:48 +00:00 committed by Gerrit Code Review
commit 2eaa82ea5c

View file

@ -210,9 +210,6 @@ cc_library_static {
"libcutils",
"liblog",
],
runtime_libs: [
"libdexfile", // libdexfile_support dependency
],
whole_static_libs: [
"libasync_safe",
@ -228,17 +225,11 @@ cc_library_static {
exclude_static_libs: [
"libdexfile_support",
],
exclude_runtime_libs: [
"libdexfile",
],
},
vendor_ramdisk: {
exclude_static_libs: [
"libdexfile_support",
],
exclude_runtime_libs: [
"libdexfile",
],
},
},