mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
Revert "build: [FIX SOON] Test release build in CI"
This reverts commit 8b05727dad.
This commit is contained in:
@@ -5,6 +5,8 @@ android.useAndroidX=true
|
||||
android.enableHiddenApiCheck=false
|
||||
android.hideApiWarning=false
|
||||
|
||||
# Disabling this fail ASM Instrumentation.
|
||||
android.nonTransitiveRClass=true
|
||||
# Improve build performance by enabling R8 parallelism.
|
||||
android.r8.maxWorkers=4
|
||||
|
||||
|
||||
@@ -19,10 +19,9 @@ compileOnlyCommonJars()
|
||||
android {
|
||||
buildToolsVersion "36.1.0"
|
||||
namespace "com.android.wm.shell"
|
||||
// Lawnchair-TODO-Build: IFocusTransitionListener$Default.class conflict from classes.jar and WM-Shell-16.jar
|
||||
// buildFeatures {
|
||||
// aidl true
|
||||
// }
|
||||
buildFeatures {
|
||||
aidl true
|
||||
}
|
||||
sourceSets {
|
||||
main {
|
||||
java.srcDirs = ['shared/src']
|
||||
|
||||
Reference in New Issue
Block a user