aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 09:22:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-15 09:22:59 +0000
commitb26f4f37f5160f2097021b1366fdcb5c1458f6c6 (patch)
tree1e81098df65791244980e58b6ab0c4c88f3822ee
parent3a0794f490651afc8490a95f1a66a78526bed5b1 (diff)
parent53a89f17902ba893c30c3a52a32365837c73f1d1 (diff)
downloadkotlinpoet-aml_tz5_341510010.tar.gz
Snap for 11224086 from 53a89f17902ba893c30c3a52a32365837c73f1d1 to mainline-tzdata5-releaseaml_tz5_341510070aml_tz5_341510050aml_tz5_341510010aml_tz5_341510010
Change-Id: Ie826026da6f30409dca7f7b7930ade018315e530
-rw-r--r--Android.bp19
1 files changed, 19 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ef85457e..a8df6dc7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -12,3 +12,22 @@ license {
"LICENSE.txt",
],
}
+
+java_library_host {
+ name: "kotlinpoet",
+ srcs: ["kotlinpoet/src/main/**/*.kt"],
+ static_libs: [
+ "kotlin-stdlib-jdk8",
+ "kotlin-reflect",
+ ]
+}
+
+java_library_host {
+ name: "kotlinpoet-javapoet",
+ srcs: ["interop/javapoet/src/main/**/*.kt"],
+ static_libs: [
+ "javapoet",
+ "kotlin-stdlib-jdk8",
+ "kotlinpoet"
+ ]
+}