Descriptionandroid envsetup: If ANDROID_SDK_ROOT is set, honor it unconditionally.
If this patch breaks your build, try running `unset ANDROID_SDK_ROOT`.
Before this patch, envsetup checked if
${ANDROID_SDK_ROOT}/platforms/android-${ANDROID_SDK_VERSION} existed and fell
back to the sdk in chromium's third_party if that wasn't the case.
Since most people don't set ANDROID_SDK_ROOT and the ones who do will be
able to realize that they're using an SDK that doesn't have the right toolchain
version, this seems save to do. (The motivation is that I want to move
ANDROID_SDK_VERSION out of envsetup and into common.gypi.)
This reverts part of https://chromiumcodereview.appspot.com/10920094
BUG=330631
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248483
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|