Revert "msm8937-common: Don't clean vendor by default"

This reverts commit c55bf49604.

Change-Id: Ifcd1259ae1abd850135142385d6ce75b5fda85b7
This commit is contained in:
Darshan Manjrekar 2018-11-01 18:09:00 +05:30
parent ca33194c72
commit 7e69d37960

View file

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