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

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

Issue 171263005: [Android] Print unknown architecture name in gn error message. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | « 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 c7408127276ec6fa8723c82f74d4fc6a5aeda701..00aac9fb8a28f10c60b05926b3869fb8fd2811e1 100644
--- a/build/config/android/config.gni
+++ b/build/config/android/config.gni
@@ -55,7 +55,7 @@ if (is_android) {
} else if (cpu_arch == "mipsel") {
android_app_abi = "mips"
} else {
- assert(false, "Unknown Android ABI")
+ assert(false, "Unknown Android ABI: " + cpu_arch)
}
} else {
if (!defined(is_android_webview_build)) {
« 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