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

Commit bfe54d79 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Make "Recycle" Android Lint rule blocking for PackageInstaller"

parents b00fab94 6c699d06
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@ android_app {
        "androidx.leanback_leanback",
        "androidx.annotation_annotation",
    ],

    lint: {
        error_checks: ["Recycle"],
    },
}

android_app {
@@ -67,6 +71,10 @@ android_app {
        "androidx.leanback_leanback",
    ],
    aaptflags: ["--product tablet"],

    lint: {
        error_checks: ["Recycle"],
    },
}

android_app {
@@ -88,4 +96,8 @@ android_app {
        "androidx.annotation_annotation",
    ],
    aaptflags: ["--product tv"],

    lint: {
        error_checks: ["Recycle"],
    },
}