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

Unified Diff: build/android/envsetup.sh

Issue 12310007: Switch all remaining android builders to ninja (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « build/android/buildbot/buildbot_functions.sh ('k') | build/android/envsetup_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index c24f4c0f42f49f3c75f64c8b1231b1996bb1ebd1..3e21b306a1d4e9dc4ca8475dd0b8b5c1cf2d9485 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -27,8 +27,8 @@ if [[ "${CHROME_ANDROID_BUILD_WEBVIEW}" -eq 1 ]]; then
export ANDROID_SDK_BUILD=0
fi
-if [[ "${ANDROID_SDK_BUILD}" -eq 1 ]]; then
- echo "Using SDK build"
+if [[ "${ANDROID_SDK_BUILD}" -ne 1 ]]; then
+ echo "Initializing for non-SDK build."
fi
# Get host architecture, and abort if it is 32-bit, unless --try-32
« no previous file with comments | « build/android/buildbot/buildbot_functions.sh ('k') | build/android/envsetup_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698