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

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

Issue 2498503003: Bump default_lint_android_sdk_version to 24 to match sdk (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/config.gni
diff --git a/build/config/android/config.gni b/build/config/android/config.gni
index df64d400c6a5618639d30be4d44be7c057f09fb8..0da122dd836f48787a20d2c159330f4a234482c1 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -43,7 +43,7 @@ if (is_android) {
# Purposefully repeated so that downstream can change
# default_android_sdk_root without changing lint version.
default_lint_android_sdk_root = "//third_party/android_tools/sdk"
- default_lint_android_sdk_version = "23"
+ default_lint_android_sdk_version = "24"
}
if (!defined(default_extras_android_sdk_root)) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698