summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2022-02-23 10:53:48 -0500
committerAlan Viverette <alanv@google.com>2022-02-23 10:53:48 -0500
commit3332d6f7b079d8076172f52ab17c2f62c73e9ad0 (patch)
treed6ab8bf0a0dc6305a9233d4577c9f48524d631bd
parent618f7d0fc4279b111b2c5df0770bc6ab17142059 (diff)
downloadkotlinc-3332d6f7b079d8076172f52ab17c2f62c73e9ad0.tar.gz
Expose Kotlin with JDK8 for use in APEX
Required by various Jetpack libraries. Bug: 214255490 Test: m Change-Id: I24936e5ce0c6435b348801046798f0aa5c3fffb6
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b3d8d56..f1ed865 100644
--- a/Android.bp
+++ b/Android.bp
@@ -98,6 +98,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 {