Add androidx.compose.compiler_compiler-hosted-plugin define

In AOSP this lives in prebuilts/sdk.

Change-Id: Icdf311e239a0cfc59bcf1f848d037e31344c5ffb
This commit is contained in:
Luca Stefani
2024-11-02 11:51:30 +01:00
parent d6777fa812
commit 0cb50ea093

6
kotlin/Android.bp Normal file
View File

@@ -0,0 +1,6 @@
kotlin_plugin {
name: "androidx.compose.compiler_compiler-hosted-plugin",
static_libs: [
"androidx.compose.compiler_compiler-hosted",
],
}