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

Unified Diff: build/config/android/BUILD.gn

Issue 2904813005: Roll src/third_party/android_tools/ cb6bc2110..023e2f654 (1 commit). (Closed)
Patch Set: ANDROID_NDK_VERSION_ROLL Created 3 years, 6 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/BUILD.gn
diff --git a/build/config/android/BUILD.gn b/build/config/android/BUILD.gn
index ea55411920e986b574ef9356eb4cb004e7669914..903bcacfe68217212c5457001e242ca665cf2aa2 100644
--- a/build/config/android/BUILD.gn
+++ b/build/config/android/BUILD.gn
@@ -22,8 +22,9 @@ config("compiler") {
# does. Define them here instead.
"HAVE_SYS_UIO_H",
- # Forces full rebuilds on NDK rolls.
- "ANDROID_NDK_VERSION=${android_ndk_version}",
+ # Forces full rebuilds on NDK rolls. To rebuild everything when NDK version
+ # stays the same, increment the suffix number.
+ "ANDROID_NDK_VERSION_ROLL=${android_ndk_version}_1",
jbudorick 2017/06/08 18:01:21 I guess I'm ok with this as a short term fix. On t
]
if (is_clang) {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698