Merge "Use single module for libclang_rt.builtins-exported"
This commit is contained in:
commit
471bef4d34
2 changed files with 3 additions and 3 deletions
|
@ -1724,7 +1724,7 @@ cc_library {
|
|||
// special for arm
|
||||
cflags: ["-DCRT_LEGACY_WORKAROUND"],
|
||||
// For backwards-compatibility, some arm32 builtins are exported from libc.so.
|
||||
static_libs: ["libclang_rt.builtins-arm-android-exported"],
|
||||
static_libs: ["libclang_rt.builtins-exported"],
|
||||
},
|
||||
|
||||
// Arm 32 bit does not produce complete exidx unwind information
|
||||
|
@ -1754,7 +1754,7 @@ cc_library {
|
|||
|
||||
shared: {
|
||||
// For backwards-compatibility, some x86 builtins are exported from libc.so.
|
||||
static_libs: ["libclang_rt.builtins-i686-android-exported"],
|
||||
static_libs: ["libclang_rt.builtins-exported"],
|
||||
},
|
||||
|
||||
// Leave the symbols in the shared library so that stack unwinders can produce
|
||||
|
|
|
@ -307,7 +307,7 @@ cc_library {
|
|||
no_libcrt: true,
|
||||
shared: {
|
||||
// For backwards-compatibility, some arm32 builtins are exported from libm.so.
|
||||
static_libs: ["libclang_rt.builtins-arm-android-exported"],
|
||||
static_libs: ["libclang_rt.builtins-exported"],
|
||||
},
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue