From 00d4ca91751371101a5bd7c259414467b3653ffe Mon Sep 17 00:00:00 2001 From: Pedro Loureiro Date: Thu, 25 Feb 2021 15:32:01 +0000 Subject: Add lint baseline to address NewApi errors We are enabling a new lint check where the min sdk != compile sdk. It has produced a lot of errors and adding the baseline file(s) allows us to continue work without introducing more problems. Bug: 150847901 Test: m lint-check Change-Id: I0f742764a5be7e225ffbea88eb767c155658c66c Merged-In: I0f742764a5be7e225ffbea88eb767c155658c66c --- common/lint-baseline.xml | 15 ++ lint-baseline.xml | 422 +++++++++++++++++++++++++++++++++++++++++++++++ tuner/lint-baseline.xml | 213 ++++++++++++++++++++++++ 3 files changed, 650 insertions(+) create mode 100644 common/lint-baseline.xml create mode 100644 lint-baseline.xml create mode 100644 tuner/lint-baseline.xml diff --git a/common/lint-baseline.xml b/common/lint-baseline.xml new file mode 100644 index 00000000..b6f9dfcb --- /dev/null +++ b/common/lint-baseline.xml @@ -0,0 +1,15 @@ + + + + + + + + diff --git a/lint-baseline.xml b/lint-baseline.xml new file mode 100644 index 00000000..2a8be311 --- /dev/null +++ b/lint-baseline.xml @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/tuner/lint-baseline.xml b/tuner/lint-baseline.xml new file mode 100644 index 00000000..21efcacb --- /dev/null +++ b/tuner/lint-baseline.xml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3