summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:46:09 +0000
commitb54e069f5ebbb15238aed69919bce01ac322488a (patch)
tree2016679449464aadb349049ca94407cb3087ffb4
parenta88f07184edbd43eda5c0a66cd204eab3ae37b40 (diff)
parentdb728644bf98749f631b4a39f522362274ce7af4 (diff)
downloadlibcxxabi-b54e069f5ebbb15238aed69919bce01ac322488a.tar.gz
Snap for 10453563 from db728644bf98749f631b4a39f522362274ce7af4 to mainline-conscrypt-releaseaml_con_341614000aml_con_341511080aml_con_341410300aml_con_341310090aml_con_341110000android14-mainline-conscrypt-release
Change-Id: Idf1c645bdf7121d1e159aef7e927ebd58a844a54
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 13951ff..83b2965 100644
--- a/Android.bp
+++ b/Android.bp
@@ -164,6 +164,10 @@ cc_library_static {
"//apex_available:anyapex",
],
min_sdk_version: "apex_inherit",
+ // sdk_version normally isn't needed as only the platform variant
+ // is used, except on riscv64 which doesn't have an NDK libc++ and
+ // reuses this module for sdk variants.
+ sdk_version: "current",
}
cc_fuzz {