Revert "build: [FIX SOON] Test release build in CI"

This reverts commit 8b05727dad.
This commit is contained in:
Pun Butrach
2025-10-02 16:31:12 +07:00
parent 0b2edb8c69
commit 2b76dc3076
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -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']