mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 23:36:47 +00:00
Generate launcher_component in productFlavors (#3121)
This commit is contained in:
@@ -153,7 +153,6 @@ android {
|
||||
buildConfigField "String", "COMMIT_HASH", "\"${buildCommit}\""
|
||||
buildConfigField "boolean", "ENABLE_AUTO_INSTALLS_LAYOUT", "false"
|
||||
|
||||
resValue("string", "launcher_component", "${applicationId}/app.lawnchair.LawnchairLauncher")
|
||||
manifestPlaceholders.quickstepMinSdk = quickstepMinSdk
|
||||
manifestPlaceholders.quickstepMaxSdk = quickstepMaxSdk
|
||||
buildConfigField "int", "QUICKSTEP_MIN_SDK", quickstepMinSdk
|
||||
@@ -259,6 +258,10 @@ android {
|
||||
withoutQuickstep {
|
||||
dimension "recents"
|
||||
}
|
||||
|
||||
all {
|
||||
resValue("string", "launcher_component", "${applicationId}/app.lawnchair.LawnchairLauncher")
|
||||
}
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user