summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 801aabdab..c699f7608 100644
--- a/Android.bp
+++ b/Android.bp
@@ -93,6 +93,7 @@ android_app {
lint: {
strict_updatability_linting: true,
+ baseline_filename: "lint-baseline.xml",
},
}
@@ -134,6 +135,9 @@ java_library {
"framework-annotations-lib",
"framework-mediaprovider",
],
+ lint: {
+ baseline_filename: "lint-baseline.xml",
+ },
}
platform_compat_config {