aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-14 01:02:23 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-14 01:02:23 +0000
commit25e281cf889a7fc6f6212360ef8c68d1f42e070b (patch)
tree5b3665ec50d76cd7a3d76909d582d294354c1fa6
parent4180e82bcc3e0a6060742bafe7326e23b334b9cd (diff)
parent01e19d2be86604c565c1ce208c7e1b83fb2fe5c3 (diff)
downloadbionic-25e281cf889a7fc6f6212360ef8c68d1f42e070b.tar.gz
Snap for 6492800 from 01e19d2be86604c565c1ce208c7e1b83fb2fe5c3 to rvc-release
Change-Id: I68439b5cea2d118d3877eed22a537bdb5701c482
-rw-r--r--libc/Android.bp10
1 files changed, 9 insertions, 1 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 5bd3b9c09..b48d58231 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1792,6 +1792,8 @@ cc_library_headers {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ // used by most APEXes indirectly via libunwind_llvm
+ min_sdk_version: "apex_inherit",
visibility: [
":__subpackages__", // visible to bionic
// ... and only to these places (b/152668052)
@@ -1935,7 +1937,8 @@ cc_defaults {
"//apex_available:platform",
"//apex_available:anyapex",
],
-
+ // crt* objects are used by most cc_binary/cc_library in "anyapex"
+ min_sdk_version: "apex_inherit",
cflags: [
"-Wno-gcc-compat",
"-Wall",
@@ -2489,6 +2492,11 @@ cc_library_shared {
allow_undefined_symbols: true,
// Like libc, disable native coverage for libc_scudo.
native_coverage: false,
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.media.swcodec",
+ ],
+ min_sdk_version: "apex_inherit",
}
subdirs = [