summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-21 02:05:17 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-21 02:05:17 +0000
commit531a4298ad55b6d7e5eebac27b97400297acc1e0 (patch)
tree3c9cc1502c05326ba6f6e27573708fd57a055777
parentfedfbd24913bf5d0f87f87aa16fdbd5c36ee6301 (diff)
parentf40d9efd7a1f6fcb025bbc5c08d36408353a1d21 (diff)
downloadlibcxxabi-android11-d1-s5-release.tar.gz
Change-Id: I0d66ae72eed635d22c3535a280814421df2a921a
-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",
}