Files
vendor_strix/kotlin/Android.bp
Luca Stefani 0cb50ea093 Add androidx.compose.compiler_compiler-hosted-plugin define
In AOSP this lives in prebuilts/sdk.

Change-Id: Icdf311e239a0cfc59bcf1f848d037e31344c5ffb
2024-11-02 11:52:21 +01:00

7 lines
159 B
Plaintext

kotlin_plugin {
name: "androidx.compose.compiler_compiler-hosted-plugin",
static_libs: [
"androidx.compose.compiler_compiler-hosted",
],
}