Merge "Revert "Statically link libdl.a to linker"" into rvc-dev
This commit is contained in:
commit
b11f7ffcb2
|
@ -29,11 +29,6 @@ cc_library_static {
|
|||
sanitize: {
|
||||
never: true,
|
||||
},
|
||||
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
"com.android.runtime",
|
||||
],
|
||||
}
|
||||
|
||||
cc_library {
|
||||
|
|
|
@ -98,7 +98,6 @@ cc_defaults {
|
|||
static_libs: [
|
||||
"libziparchive",
|
||||
"libbase",
|
||||
"libdl", // libbase uses dlsym
|
||||
"libz",
|
||||
|
||||
"libasync_safe",
|
||||
|
|
Loading…
Reference in New Issue