summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2022-02-10 11:38:40 -0800
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2022-02-28 21:01:10 +0000
commit7fd4ae4c3d8ca17e8a4d2f75b76eb8f8f00e1346 (patch)
treedb1ef6245433d6f7cf56ab9efba322e2976682e6
parent4b3901932b263ffa21744d8f087ad0088644191e (diff)
downloadnative_bridge_support-7fd4ae4c3d8ca17e8a4d2f75b76eb8f8f00e1346.tar.gz
Use single module for libclang_rt.builtins-exported
The clang prebuilts now provide a single module with per-architecture variants instead of a module per architecture. Bug: 220019988 Test: m checkbuild Change-Id: I929c8a0185e9a867fc447fdb70712bdf2a139e5b (cherry picked from commit 238f1cb2031bba26cbee718b8a1258768935a7db) Merged-In:I929c8a0185e9a867fc447fdb70712bdf2a139e5b
-rw-r--r--libc/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 98e3594..61712ad 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -82,7 +82,7 @@ cc_library {
shared: {
// 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