build: Ignore AOSP code in compatlib

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2026-03-25 01:19:44 +07:00
parent 5394098aaf
commit babe53bf2d
+2 -1
View File
@@ -497,7 +497,8 @@ ksp {
spotless {
java {
target("compatLib/**/src/**/*.java")
// LC-Note: Don't spotless AOSP code in compatlib
// target("compatLib/**/src/**/*.java")
googleJavaFormat().aosp()
removeUnusedImports()
}