msm8937-common: Don't clean vendor by default
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
parent
c0b393ede3
commit
c55bf49604
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue