enable fossAutomotive variant

refs #281
This commit is contained in:
johan12345
2023-07-01 11:47:25 +02:00
parent aad7a320d0
commit 9e61dce7be
9 changed files with 0 additions and 7 deletions

View File

@@ -73,13 +73,6 @@ android {
minSdkVersion 29
}
}
variantFilter { variant ->
def names = variant.flavors*.name
// Android Automotive OS app is always based on Google variant
if (names.contains("automotive") && !names.contains("google")) {
setIgnore(true)
}
}
compileOptions {
coreLibraryDesugaringEnabled true