Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_external_colorkt
/
03b2faaabec0d158cddf6a31f21ad4fddca8e00e
/
.
/
Android.bp
blob: 1ae87ee015b1f22ccd07019b2c27d8177c83b18f [
file
] [
log
] [
blame
]
java_library
{
name
:
"colorkt"
,
srcs
:
[
"src/commonMain/**/*.kt"
,
// Build JVM parts for Android
"src/jvmMain/**/*.kt"
,
],
kotlincflags
:
[
// Enable expect and actual keywords for building JVM parts
"-Xmulti-platform"
,
],
}