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

Unified Diff: build/android/envsetup.sh

Issue 10381043: Let android_gyp pass extra parameters to gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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/android/envsetup.sh
diff --git a/build/android/envsetup.sh b/build/android/envsetup.sh
index 77faec8605cb4947d60f323f66974037c16c62ae..ead8fdf469ca415525d14e1034b2f0fc9de778ec 100755
--- a/build/android/envsetup.sh
+++ b/build/android/envsetup.sh
@@ -107,7 +107,7 @@ android_gyp() {
CXX_target=$(basename ${ANDROID_TOOLCHAIN}/*-g++) \
LINK_target=$(basename ${ANDROID_TOOLCHAIN}/*-gcc) \
AR_target=$(basename ${ANDROID_TOOLCHAIN}/*-ar) \
- "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}"
+ "${CHROME_SRC}/build/gyp_chromium" --depth="${CHROME_SRC}" "$@"
}
export OBJCOPY=$(echo ${ANDROID_TOOLCHAIN}/*-objcopy)
« 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