summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2020-05-20 00:46:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-20 00:46:05 +0000
commit96409607c7c0803a9e573b496f506116bd6cafd4 (patch)
tree3c9cc1502c05326ba6f6e27573708fd57a055777
parent6a27edcc373dd6d18ae55b09e1082192b71d72a6 (diff)
parent50938ff95b549a169756cdd1d17e97cfce40a201 (diff)
downloadlibcxxabi-android11-mainline-extservices-release.tar.gz
Change-Id: I3b48a45a59973ca2c206ee6a527f22582e9e9ebd
-rw-r--r--Android.bp11
1 files changed, 8 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 56a2832..856b2d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -21,7 +21,7 @@ cc_defaults {
recovery_available: true,
native_bridge_supported: true,
include_dirs: ["external/libcxx/include"],
- local_include_dirs: ["include"],
+ local_include_dirs: ["include"],
export_include_dirs: ["include"],
cflags: [
"-Wall",
@@ -51,6 +51,7 @@ cc_library_static {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ min_sdk_version: "apex_inherit",
}
cc_library_static {
@@ -108,7 +109,10 @@ cc_library_static {
darwin: {
// libcxxabi really doesn't like the non-LLVM assembler on Darwin
asflags: ["-integrated-as"],
- cflags: ["-integrated-as", "-D_LIBCPP_DISABLE_AVAILABILITY"],
+ cflags: [
+ "-integrated-as",
+ "-D_LIBCPP_DISABLE_AVAILABILITY",
+ ],
cppflags: ["-integrated-as"],
},
linux_bionic: {
@@ -138,10 +142,11 @@ cc_library_static {
cppflags: [
"-fsjlj-exceptions",
],
- }
+ },
},
apex_available: [
"//apex_available:platform",
"//apex_available:anyapex",
],
+ min_sdk_version: "apex_inherit",
}