aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-06 12:27:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-05-06 12:27:09 +0000
commit8ee913228563253ea4fdfb3dc3119e56ab30254e (patch)
tree075885f91110a65d0038bcdeb6f0490590ae8321
parent7e486eab1fb599fda8d7b67e50ddd726db0bdad7 (diff)
parent693a7214d63ff0a2190b9401dacaccd995b07af7 (diff)
downloadbionic-8ee913228563253ea4fdfb3dc3119e56ab30254e.tar.gz
Merge "Set apex_available property" into rvc-dev
-rw-r--r--libc/Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 85e2ff0a8..7d2ea6728 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -1769,6 +1769,13 @@ cc_library_headers {
system_shared_libs: [],
stl: "none",
sdk_version: "current",
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.runtime",
+ "com.android.art.release", // from libdexfile_external
+ "com.android.art.debug", // from libdexfile_external
+ ],
}
// libc_headers for libasync_safe and libpropertyinfoparser