summaryrefslogtreecommitdiffstats
path: root/extract-files.sh
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2013-02-09 15:12:12 +0000
committercodeworkx <codeworkx@cyanogenmod.org>2013-02-09 15:12:12 +0000
commitf20493a6666eb51329cd163bfb66415ed3a351c3 (patch)
tree67f6f6d97a5e5f5d00e92947d38213fac621abf6 /extract-files.sh
parent722da0c6f7f7dd577d3bb78f8dad0a55686ef44b (diff)
downloaddevice_samsung_smdk4412-common-f20493a6666eb51329cd163bfb66415ed3a351c3.tar.gz
device_samsung_smdk4412-common-f20493a6666eb51329cd163bfb66415ed3a351c3.tar.bz2
device_samsung_smdk4412-common-f20493a6666eb51329cd163bfb66415ed3a351c3.zip
extract: fix typo, add missing devices
Change-Id: Ic395e8f61bd4e7bade08254e8f200c69e0cfde04
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-xextract-files.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extract-files.sh b/extract-files.sh
index 6cbfa16..6f0d47a 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -71,7 +71,7 @@ for FILE in `cat $COMMONPROPS | grep -v ^# | grep -v ^$`; do
if [ $COUNT = "0" ]; then
LINEEND=""
fi
- echo "\t\$(LOCAL_PATH)/proprietary/$FILE:$FILE$LINEEND" >> $COMMONMAKEFILE
+ echo " \$(LOCAL_PATH)/proprietary/$FILE:$FILE$LINEEND" >> $COMMONMAKEFILE
done
(cat << EOF) | sed s/__COMMON__/$COMMON/g | sed s/__VENDOR__/$VENDOR/g > $COMMONBASE/Android.mk
@@ -91,7 +91,7 @@ done
LOCAL_PATH := \$(call my-dir)
-ifneq (\$(filter i9300 n7100 n8000 n8013,\$(TARGET_DEVICE)),)
+ifneq (\$(filter i9300 i9305 n7100 n8000 n8013 t0lte i605 l900 r950,\$(TARGET_DEVICE)),)
include \$(CLEAR_VARS)
LOCAL_MODULE := libTVOut