summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2021-07-30 15:35:51 -0700
committerAurimas Liutikas <aurimas@google.com>2021-07-30 16:47:10 -0700
commitde64cc51f5ad2edb0dad77a7e395bbed9ca3e5fc (patch)
treee97bda6fe5d9e7e47e82966f6bbb1ce059623dda
parentd16115e7c78f0090f20db65c22ee7191dc53d03d (diff)
downloadkotlinc-de64cc51f5ad2edb0dad77a7e395bbed9ca3e5fc.tar.gz
Add apex_available to kotlin-stdlibandroid-s-beta-5android-s-beta-5
Test: make Change-Id: I0801d9ec9e23c3af5ea466d5ae984a049c12c233
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e9b9352..b3d8d56 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,6 +76,10 @@ java_import {
sdk_version: "core_current",
exclude_dirs: ["META-INF/versions"],
notice: "license/NOTICE.txt",
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
}
java_import {