aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-06 10:32:26 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 10:32:26 +0000
commit981d96b395a148ef9a852a2ec07a2526a17e2573 (patch)
treeec4073295e5b5d8a0085713b9f775af66c4d330c
parent3eea558350ee7509b210f3bfa91bb9f318121e31 (diff)
parent107a8b56b7d68fc139ee9c66cc0e5662af3c5492 (diff)
downloadfdlibm-981d96b395a148ef9a852a2ec07a2526a17e2573.tar.gz
Set apex_available property am: 107a8b56b7android-11.0.0_r16android11-d1-b-release
Change-Id: Ib6899c1daa920253daefc3c46c308f248c11efc6
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index bb8b5b2..aa75e58 100644
--- a/Android.bp
+++ b/Android.bp
@@ -128,4 +128,9 @@ cc_library_static {
"-Wno-logical-op-parentheses",
"-Wno-sometimes-uninitialized",
],
+
+ apex_available: [
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}