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

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

Issue 1894013002: 🐟 Make Android Lint use interface jars (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ijar-update
Patch Set: Created 4 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
« no previous file with comments | « build/android/gyp/util/build_utils.py ('k') | third_party/ijar/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/internal_rules.gni
diff --git a/build/config/android/internal_rules.gni b/build/config/android/internal_rules.gni
index 50938cd640bd58d059da2177bef10467cfc97daf..c7fed4333d3b0fd1bfe55c27b137823f744ab8ff 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -93,7 +93,7 @@ template("android_lint") {
"--jar-path",
rebase_path(invoker.jar_path, root_build_dir),
"--java-files=$_rebased_java_files",
- "--classpath=@FileArg($_rebased_build_config:javac:classpath)",
+ "--classpath=@FileArg($_rebased_build_config:javac:interface_classpath)",
]
}
}
« no previous file with comments | « build/android/gyp/util/build_utils.py ('k') | third_party/ijar/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698