From 7e69d379605327b45d2e5425af79c1e6e7b3bec1 Mon Sep 17 00:00:00 2001 From: Darshan Manjrekar Date: Thu, 1 Nov 2018 18:09:00 +0530 Subject: [PATCH] Revert "msm8937-common: Don't clean vendor by default" This reverts commit c55bf496040a3860152c631d31072aca41601985. Change-Id: Ifcd1259ae1abd850135142385d6ce75b5fda85b7 --- extract-files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index d59d8e9..52c82b2 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -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