Revert "msm8937-common: Don't clean vendor by default"
This reverts commit c55bf49604
.
Change-Id: Ifcd1259ae1abd850135142385d6ce75b5fda85b7
This commit is contained in:
parent
ca33194c72
commit
7e69d37960
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ if [ ! -f "$HELPER" ]; then
|
||||||
fi
|
fi
|
||||||
. "$HELPER"
|
. "$HELPER"
|
||||||
|
|
||||||
# Default not to sanitizing the vendor folder before extraction
|
# Default to sanitizing the vendor folder before extraction
|
||||||
CLEAN_VENDOR=false
|
CLEAN_VENDOR=true
|
||||||
|
|
||||||
while [ "$1" != "" ]; do
|
while [ "$1" != "" ]; do
|
||||||
case $1 in
|
case $1 in
|
||||||
|
|
Loading…
Reference in a new issue