aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-05-06 10:32:45 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 10:32:45 +0000
commitdde1f798dc5758bd96c2b0613a2fe0940249c9f0 (patch)
treeec4073295e5b5d8a0085713b9f775af66c4d330c
parent3eea558350ee7509b210f3bfa91bb9f318121e31 (diff)
parent107a8b56b7d68fc139ee9c66cc0e5662af3c5492 (diff)
downloadfdlibm-dde1f798dc5758bd96c2b0613a2fe0940249c9f0.tar.gz
Change-Id: Ifdf806b991766104327009d78cb50d99ede67e49
-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",
+ ],
}