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

Commit db1e318c authored by David Duarte's avatar David Duarte Committed by William Escande
Browse files

Bluetooth: Enable NewApi lint as error

Bug: 287186536
Test: m out/soong/.intermediates/packages/modules/Bluetooth/android/app/Bluetooth/android_common/e10894d3da5db41239526c9048962355/lint/lint-baseline.xml
Change-Id: If89c4f2213d94f1ec8b6253ff8ce55f952639cc6
parent 88d00ae8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -256,6 +256,11 @@ android_app {
    // Add in path to Bluetooth directory because local path does not exist
    javacflags: ["-Aroom.schemaLocation=packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/storage/schemas"],

    lint: {
        error_checks: ["NewApi"],
        strict_updatability_linting: true,
    },

    optimize: {
        enabled: true,
        shrink: true,
+7570 −0

File added.

Preview size limit exceeded, changes collapsed.