From ead112d48bc60f921c7d00f5fd0e5aebefa40da2 Mon Sep 17 00:00:00 2001 From: Steven Lay Date: Wed, 5 Jul 2017 05:03:29 +0000 Subject: shinano-common: remove extract util scripts Device extract util scripts will link to msm8974-common instead to do all the work. Change-Id: Ib0d6ad0d5b2c9b1f1a22e3b6111271cb1a819c58 --- extract-files.sh | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 extract-files.sh diff --git a/extract-files.sh b/extract-files.sh deleted file mode 100755 index 4079a8f..0000000 --- a/extract-files.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash - -# Use tradition sort -export LC_ALL=C - -FP=$(cd ${0%/*} && pwd -P) -export VENDOR=$(basename $(dirname $FP)) -export DEVICE=$(basename $FP) -export BOARDCONFIGVENDOR=false -export BOARD_VENDOR_PLATFORM=shinano -export TARGET_BOARD_PLATFORM=msm8974 - -../common/extract-files.sh $@ -../common/setup-makefiles.sh - -../${TARGET_BOARD_PLATFORM}-common/setup-makefiles.sh -- cgit v1.2.3