aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Lay <arbiter1000@gmail.com>2017-07-05 05:03:29 +0000
committerSteven Lay <arbiter1000@gmail.com>2017-07-26 13:26:15 +0000
commitead112d48bc60f921c7d00f5fd0e5aebefa40da2 (patch)
tree1e8a11bd3b7395f0f3d8e5011c89c3ce2a191cca
parent43bf32dfe9300bd31ffd85a9a9627db195c4e9c1 (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-xextract-files.sh16
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