| Index: platform_tools/android/bin/android_setup.sh
|
| diff --git a/platform_tools/android/bin/android_setup.sh b/platform_tools/android/bin/android_setup.sh
|
| index 0a6fd5f0abd7b52c7eb4bb7b64b9a740c51e2c2f..d09292241666b7436a1260ee7055477c78138c43 100755
|
| --- a/platform_tools/android/bin/android_setup.sh
|
| +++ b/platform_tools/android/bin/android_setup.sh
|
| @@ -87,13 +87,6 @@ fi
|
|
|
| if [ "$SKIA_VULKAN" == "true" ]; then
|
| export GYP_DEFINES="skia_vulkan=1 $GYP_DEFINES"
|
| - # add cmake from the SDK to your path if it doesn't exist
|
| - if [ ! -d "${ANDROID_SDK_ROOT}/cmake" ]; then
|
| - echo "The Android SDK Tools version of CMake is required to build Vulkan. ${ANDROID_SDK_ROOT}/cmake"
|
| - exit 1
|
| - else
|
| - export PATH=${ANDROID_SDK_ROOT}/cmake/bin:$PATH
|
| - fi
|
| fi
|
|
|
| # Helper function to configure the GYP defines to the appropriate values
|
|
|