Chromium Code Reviews| 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 |