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

This commit is contained in:
Andriy Kozachuk
2023-05-16 17:13:34 +00:00
committed by Gerrit Code Review

View File

@@ -46,6 +46,10 @@ android_app {
"xz-java",
"androidx.leanback_leanback",
],
lint: {
error_checks: ["Recycle"],
},
}
android_app {
@@ -64,6 +68,10 @@ android_app {
"androidx.leanback_leanback",
],
aaptflags: ["--product tablet"],
lint: {
error_checks: ["Recycle"],
},
}
android_app {
@@ -82,4 +90,8 @@ android_app {
"androidx.leanback_leanback",
],
aaptflags: ["--product tv"],
lint: {
error_checks: ["Recycle"],
},
}