Loading android/app/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,15 @@ android_app { "-Xep:UnusedNestedClass:ERROR", "-Xep:UnusedVariable:ERROR", "-Xep:WaitNotInLoop:ERROR", "-XepExcludedPaths:.*/srcjars/.*", // Exclude generated files // After fixing this errorprone, we decided to not merge the change. // It is not very readable and the benefits are minimal when looking // at the size of the maps used in the Bluetooth application. // See https://r.android.com/3200511 "-Xep:AndroidFrameworkEfficientCollections:OFF", // Exclude generated files "-XepExcludedPaths:.*/srcjars/.*", ], }, min_sdk_version: "Tiramisu", Loading Loading
android/app/Android.bp +9 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,15 @@ android_app { "-Xep:UnusedNestedClass:ERROR", "-Xep:UnusedVariable:ERROR", "-Xep:WaitNotInLoop:ERROR", "-XepExcludedPaths:.*/srcjars/.*", // Exclude generated files // After fixing this errorprone, we decided to not merge the change. // It is not very readable and the benefits are minimal when looking // at the size of the maps used in the Bluetooth application. // See https://r.android.com/3200511 "-Xep:AndroidFrameworkEfficientCollections:OFF", // Exclude generated files "-XepExcludedPaths:.*/srcjars/.*", ], }, min_sdk_version: "Tiramisu", Loading