mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
build: Remove outdated todos
This commit is contained in:
@@ -20,15 +20,6 @@ plugins {
|
||||
alias(libs.plugins.diffplug.spotless)
|
||||
}
|
||||
|
||||
// LC-Build-TODO: addFrameworkJar() doesn't work, what???
|
||||
def localFrameworkJar = new File("$rootDir/prebuilts/libs", "framework-16.jar")
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
classpath = files(localFrameworkJar)
|
||||
}
|
||||
tasks.withType(KotlinCompile).configureEach {
|
||||
libraries.from(files(localFrameworkJar))
|
||||
}
|
||||
|
||||
allprojects {
|
||||
plugins.withType(AndroidBasePlugin).configureEach {
|
||||
android {
|
||||
|
||||
@@ -5,16 +5,6 @@ plugins {
|
||||
alias(libs.plugins.kotlin.android)
|
||||
}
|
||||
|
||||
// LC-Build-TODO: addFrameworkJar() doesn't work, what???
|
||||
def frameworkJar = new File("$rootDir/prebuilts/libs", "framework-16.jar")
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
classpath = files(frameworkJar)
|
||||
}
|
||||
tasks.withType(KotlinCompile).configureEach {
|
||||
libraries.from(files(frameworkJar))
|
||||
}
|
||||
compileOnlyCommonJars()
|
||||
|
||||
// TODO: Pull out surfaceeffects outside of src and have separate build files there.
|
||||
android {
|
||||
buildToolsVersion "36.1.0"
|
||||
|
||||
@@ -6,16 +6,6 @@ plugins {
|
||||
alias(libs.plugins.google.ksp)
|
||||
}
|
||||
|
||||
// LC-Build-TODO: addFrameworkJar() doesn't work, what???
|
||||
def frameworkJar = new File("$rootDir/prebuilts/libs", "framework-16.jar")
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
classpath = files(frameworkJar)
|
||||
}
|
||||
tasks.withType(KotlinCompile).configureEach {
|
||||
libraries.from(files(frameworkJar))
|
||||
}
|
||||
compileOnlyCommonJars()
|
||||
|
||||
android {
|
||||
buildToolsVersion "36.1.0"
|
||||
namespace "com.android.systemui.shared"
|
||||
|
||||
@@ -6,16 +6,6 @@ plugins {
|
||||
alias(libs.plugins.google.ksp)
|
||||
}
|
||||
|
||||
// LC-Build-TODO: addFrameworkJar() doesn't work, what???
|
||||
def frameworkJar = new File("$rootDir/prebuilts/libs", "framework-16.jar")
|
||||
tasks.withType(JavaCompile).configureEach {
|
||||
classpath = files(frameworkJar)
|
||||
}
|
||||
tasks.withType(KotlinCompile).configureEach {
|
||||
libraries.from(files(frameworkJar))
|
||||
}
|
||||
compileOnlyCommonJars()
|
||||
|
||||
android {
|
||||
buildToolsVersion "36.1.0"
|
||||
namespace "com.android.wm.shell"
|
||||
|
||||
Reference in New Issue
Block a user