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

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

Issue 1815563005: [Android] Run lint using a cache in the output directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/common.gypi ('k') | build/java.gypi » ('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 732c98b8b3c7a2990762af32fe22e811af7998b5..79805d15a9a2187471e8a66c2e86b356bbf332d8 100644
--- a/build/config/android/internal_rules.gni
+++ b/build/config/android/internal_rules.gni
@@ -32,6 +32,7 @@ template("android_lint") {
base_path = "$target_gen_dir/$target_name"
action(target_name) {
+ deps = []
forward_variables_from(invoker,
[
"deps",
@@ -54,6 +55,8 @@ template("android_lint") {
result_path,
]
+ deps += [ "//build/android:prepare_android_lint_cache" ]
+
rebased_java_files = rebase_path(java_files, root_build_dir)
args = [
« no previous file with comments | « build/common.gypi ('k') | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698