diff options
author | Steven Lay <arbiter1000@gmail.com> | 2017-07-05 05:03:29 +0000 |
---|---|---|
committer | Steven Lay <arbiter1000@gmail.com> | 2017-07-26 13:26:15 +0000 |
commit | ead112d48bc60f921c7d00f5fd0e5aebefa40da2 (patch) | |
tree | 1e8a11bd3b7395f0f3d8e5011c89c3ce2a191cca | |
parent | 43bf32dfe9300bd31ffd85a9a9627db195c4e9c1 (diff) |
shinano-common: remove extract util scripts
Device extract util scripts will link to msm8974-common instead to do
all the work.
Change-Id: Ib0d6ad0d5b2c9b1f1a22e3b6111271cb1a819c58
-rwxr-xr-x | extract-files.sh | 16 |
1 files changed, 0 insertions, 16 deletions
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 |