Compare commits

...

1 commit

Author SHA1 Message Date
Darshan Manjrekar
7e69d37960 Revert "msm8937-common: Don't clean vendor by default"
This reverts commit c55bf49604.

Change-Id: Ifcd1259ae1abd850135142385d6ce75b5fda85b7
2018-11-01 18:23:07 +05:30

View file

@ -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