msm8937-common: Don't clean vendor by default

Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
Isaac Chen 2018-05-12 22:48:39 +08:00
parent c0b393ede3
commit c55bf49604

View file

@ -34,8 +34,8 @@ if [ ! -f "$HELPER" ]; then
fi
. "$HELPER"
# Default to sanitizing the vendor folder before extraction
CLEAN_VENDOR=true
# Default not to sanitizing the vendor folder before extraction
CLEAN_VENDOR=false
while [ "$1" != "" ]; do
case $1 in