diff options
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp index 7a8181da6..563c7e9c0 100644 --- a/Android.bp +++ b/Android.bp @@ -85,7 +85,7 @@ java_library { ], lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -120,7 +120,7 @@ android_library { min_sdk_version: "29", lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -153,7 +153,7 @@ android_library { min_sdk_version: "29", lint: { strict_updatability_linting: true, - baseline_filename: "lint-baseline.xml", + }, } @@ -184,5 +184,6 @@ android_app { lint: { strict_updatability_linting: true, baseline_filename: "lint-baseline.xml", + }, } |