summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:12:13 +0000
commitfc88ffb9846bf7bcf7c4446bfc75380ad95b9895 (patch)
tree2016679449464aadb349049ca94407cb3087ffb4
parent1db175ab7813e5ae5079fd9aa55e5af379b0cc02 (diff)
parentdb728644bf98749f631b4a39f522362274ce7af4 (diff)
downloadlibcxxabi-android14-mainline-uwb-release.tar.gz
Change-Id: I45ebbc11fe1ce918883469d4ddf151da7d4a6318
-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 {