aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-17 07:07:37 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-17 07:07:37 +0000
commit41d47865279408214d0cd0bf6164e1c1961cf15f (patch)
treeaa35b954113dfa253467cf163dd266d601299ed7
parentdfdb776a8fd0d027ce9f9e9463e30ab546b512f8 (diff)
parent69ed0e13ca854f8d478b707b3053e7638dedc379 (diff)
downloadlzma-android11-mainline-sparse-2020-dec-release.tar.gz
Change-Id: Ieb4c6d3debf27788f384e4cd100f19f881de77f0
-rw-r--r--C/Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/C/Android.bp b/C/Android.bp
index 4159054..16f72b7 100644
--- a/C/Android.bp
+++ b/C/Android.bp
@@ -82,4 +82,10 @@ cc_library {
],
},
},
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.art.debug", // from libartbase
+ "com.android.art.release",
+ ],
}