summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 05:09:02 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-02-08 05:09:02 +0000
commit54f9ba448f02235cf6684af30cbe422d6dffbd3a (patch)
tree2016679449464aadb349049ca94407cb3087ffb4
parent63b18207bb5118c84ced40c2bfe8667b66051cd0 (diff)
parent52da827128bd62d5a17190305b1b0e5c715e43f8 (diff)
downloadlibcxxabi-android14-d1-s6-release.tar.gz
Change-Id: I6704a8c20b016ee5addcd19d3dadf6ad50a4149c
-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 {