diff options
author | 2024-01-11 19:38:37 +0000 | |
---|---|---|
committer | 2024-01-11 19:38:37 +0000 | |
commit | 37194bf1cfb857f08892884d755d010407494184 (patch) | |
tree | 5327a00bf352ddc9b2a28ff2c098f8704fa1a5cb | |
parent | 0473419451aa0d80f652051f726348dc20d64d3f (diff) | |
parent | 8e93251ab0b1ac78acf3ea5ea0892ad59d3d4156 (diff) |
Merge "Baseline NewApi issues" into main
-rw-r--r-- | Android.bp | 7 | ||||
-rw-r--r-- | lint-baseline.xml | 2 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp index d1a74431a..1ec8fc2be 100644 --- a/Android.bp +++ b/Android.bp @@ -77,7 +77,7 @@ java_library { ], lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -113,7 +113,7 @@ android_library { min_sdk_version: "29", lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -131,7 +131,7 @@ android_library { min_sdk_version: "29", lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -157,5 +157,6 @@ android_app { lint: { strict_updatability_linting: true, baseline_filename: "lint-baseline.xml", + }, } diff --git a/lint-baseline.xml b/lint-baseline.xml index c7db33135..a89103e53 100644 --- a/lint-baseline.xml +++ b/lint-baseline.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<issues format="6" by="lint 8.0.0-dev" type="baseline" dependencies="true" variant="all" version="8.0.0-dev"> +<issues format="6" by="lint 8.4.0-alpha01" type="baseline" client="" dependencies="true" name="" variant="all" version="8.4.0-alpha01"> <issue id="NewApi" |