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: {
|
sanitize: {
|
||||||
never: true,
|
never: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
apex_available: [
|
|
||||||
"//apex_available:platform",
|
|
||||||
"com.android.runtime",
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
cc_library {
|
cc_library {
|
||||||
|
|
|
@ -98,7 +98,6 @@ cc_defaults {
|
||||||
static_libs: [
|
static_libs: [
|
||||||
"libziparchive",
|
"libziparchive",
|
||||||
"libbase",
|
"libbase",
|
||||||
"libdl", // libbase uses dlsym
|
|
||||||
"libz",
|
"libz",
|
||||||
|
|
||||||
"libasync_safe",
|
"libasync_safe",
|
||||||
|
|
Loading…
Reference in New Issue