summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-05-17 07:11:39 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-05-17 07:11:39 +0000
commitab4c384a49d3f71b787d1efc5ffbfe685df2e14b (patch)
tree62dbe640ce57997b9dff66e14cef99b2440e72eb
parent56e6ecc9b296ffab8f62386133701187f9afa821 (diff)
parent8f0ac62e36e674045b25bfab897546ad1f21d283 (diff)
downloadexpat-android11-mainline-sparse-2021-jan-release.tar.gz
Change-Id: Ie78bc460cce52fb55235cb6872b84ae3eba55c91
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 22e37db5..c2c39aec 100644
--- a/Android.bp
+++ b/Android.bp
@@ -42,4 +42,10 @@ cc_library {
stl: "none",
local_include_dirs: ["lib"],
export_include_dirs: ["lib"],
+
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.art.release",
+ "com.android.art.debug",
+ ],
}