BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=
1971953003
Review-Url: https://codereview.chromium.org/
1971953003
if (requireCMake) {
String cmakePath = getSDKPath() + "/cmake/bin"
if (!file(cmakePath).exists()) {
- throw new GradleScriptException("cmake not found! Please install the android SDK version" +
- " of cmake.", null);
+ logger.warn("cmake not found! Please install the android SDK version of cmake.");
}
if (!path.contains(cmakePath)) {
path = cmakePath + ":" + path