summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 02:09:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 02:09:59 +0000
commit52da827128bd62d5a17190305b1b0e5c715e43f8 (patch)
tree2016679449464aadb349049ca94407cb3087ffb4
parente745d2aa6c49f0d9c70158e20412981e403f5a78 (diff)
parentdb728644bf98749f631b4a39f522362274ce7af4 (diff)
downloadlibcxxabi-android14-s2-release.tar.gz
Change-Id: I3a7e39cbe8e0e784e9af1bb235a7349ca96b8ee9
-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 {