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

Unified Diff: build/config/android/config.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: prereview 2 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
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index aff3b2f04f1d52fb8402c89686483d79413580c8..7656eaf7891d0fbf864a7e89e25e4f32b00dbede 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -150,6 +150,7 @@ if (is_android) {
android_sdk_tools = "${android_sdk_root}/tools"
android_sdk_build_tools =
"${android_sdk_root}/build-tools/$android_sdk_build_tools_version"
+ android_sdk_build_tools_version = android_sdk_build_tools_version
agrieve 2016/03/19 00:12:54 no-op?
jbudorick 2016/03/19 00:57:42 hm, yeah. Probably a relic from an wip version?
# Path to the SDK's android.jar
android_sdk_jar = "$android_sdk/android.jar"

Powered by Google App Engine
This is Rietveld 408576698