Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1770)

Unified Diff: build/config/android/internal_rules.gni

Issue 2830843004: Update to newer Android Lint and suppress new Lint errors (Closed)
Patch Set: rebase Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 0ab225bb9c750747f4a95a9023380ced25cff474..218fdfc97771e1fa9f99e7c7623350c9722cc8f7 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -751,7 +751,7 @@ if (enable_java_templates) {
]
args = [
- "--lint-path=$_rebased_lint_android_sdk_root/tools/lint",
+ "--lint-path=$_rebased_lint_android_sdk_root/tools-lint/bin/lint",
"--cache-dir",
rebase_path(_cache_dir, root_build_dir),
"--platform-xml-path",

Powered by Google App Engine
This is Rietveld 408576698