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

Unified Diff: build/android/envsetup_functions.sh

Issue 23171022: [Android] Set sdk version and sdk root in GYP_DEFINES via envsetup.sh. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_functions.sh
diff --git a/build/android/envsetup_functions.sh b/build/android/envsetup_functions.sh
index fef07ef9cf93c57d5f547f3388c6bdedcbdd2164..a1f7b67374381f2c710b7ea1640402c89e2490a6 100755
--- a/build/android/envsetup_functions.sh
+++ b/build/android/envsetup_functions.sh
@@ -248,6 +248,10 @@ sdk_build_init() {
unset ANDROID_TOOLCHAIN
common_vars_defines
+
+ DEFINES+=" android_sdk_root=${ANDROID_SDK_ROOT}"
Yaron 2013/08/23 00:40:50 Why do this? Just to simplify the buildbot script?
Siva Chandra 2013/08/23 00:58:29 Done.
+ DEFINES+=" android_sdk_version=${ANDROID_SDK_VERSION}"
+
common_gyp_vars
if [[ -n "$CHROME_ANDROID_BUILD_WEBVIEW" ]]; then
« 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