Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a51ef8ad authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Merge "ErrorProne: disable AndroidFrameworkEfficientCollections" into main am:...

Merge "ErrorProne: disable AndroidFrameworkEfficientCollections" into main am: 0ed128c0 am: ce8ee246

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/3209118



Change-Id: I12a12d21e5df44b0c3498e45bcabb9ae5806e5bc
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 12b3f56a ce8ee246
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -357,7 +357,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",