summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCole Faust <colefaust@google.com>2023-12-21 21:33:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-12-21 21:33:01 +0000
commit66093bf509ea92fa31d796326d5f30a8d9582ffe (patch)
tree0fe8f53b426eed81f68775f199f4404ab3216e90
parent64beb0a9e36f40ac9d2fbb8ea706658ab2bc7e73 (diff)
parentb15dd47b2e83cf4cab931c45ceff203c0472c82c (diff)
downloadLatinIME-66093bf509ea92fa31d796326d5f30a8d9582ffe.tar.gz
Merge "List baseline_filename on modules that are implititly using it" into main
-rw-r--r--java/Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/Android.bp b/java/Android.bp
index 613b45148..978605736 100644
--- a/java/Android.bp
+++ b/java/Android.bp
@@ -62,4 +62,7 @@ android_app {
optimize: {
proguard_flags_files: ["proguard.flags"],
},
+ lint: {
+ baseline_filename: "lint-baseline.xml",
+ },
}