From d930011746e7b06f147512a3d7849efa7d62e9e3 Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Fri, 11 Nov 2022 23:22:49 +0000 Subject: [PATCH] Add a lint baseline for Launcher3 The lint version in tm-qpr-dev incorrectly flags BaseActivity.java. Add an entry to lint-baseline.xml file to silence the incorrect error. The newer version of lint in master doesn't have the false positive. Bug: 258754271 Bug: 256019562 Test: m RUN_ERROR_PRONE=true javac-check lint-check Change-Id: I2fd22e96c8e89b7dc25132089e36d599e012e747 Merged-In: If02f87ef74c73321afa3427d845ad80539292b30 --- lint-baseline-launcher3.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lint-baseline-launcher3.xml b/lint-baseline-launcher3.xml index 107a34694b..a9dc0c604e 100644 --- a/lint-baseline-launcher3.xml +++ b/lint-baseline-launcher3.xml @@ -606,4 +606,20 @@ column="61"/> + + + + + + + +