Add androidx.compose.compiler_compiler-hosted-plugin define
In AOSP this lives in prebuilts/sdk. Change-Id: Icdf311e239a0cfc59bcf1f848d037e31344c5ffb
This commit is contained in:
parent
d6777fa812
commit
0cb50ea093
1 changed files with 6 additions and 0 deletions
6
kotlin/Android.bp
Normal file
6
kotlin/Android.bp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
kotlin_plugin {
|
||||
name: "androidx.compose.compiler_compiler-hosted-plugin",
|
||||
static_libs: [
|
||||
"androidx.compose.compiler_compiler-hosted",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue