cm: Remove prebuilt Term.apk

* This is free on the Play Store, no need to bake it in.

Change-Id: Iffa24c3f2239ee06deee2fe7d1cec396200e1d79
This commit is contained in:
Tom Marshall 2014-12-12 12:38:56 -08:00
parent 03555ad053
commit 66e2bc5c8c
2 changed files with 0 additions and 14 deletions

View File

@ -214,11 +214,6 @@ PRODUCT_PACKAGES += \
Superuser \
su
# Terminal Emulator
PRODUCT_COPY_FILES += \
vendor/cm/proprietary/Term.apk:system/app/Term/Term.apk \
vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/app/Term/lib/arm/libjackpal-androidterm4.so
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.root_access=1
else

View File

@ -1,9 +0,0 @@
BASEDIR=`dirname $0`
mkdir -p $BASEDIR/proprietary
# Get Terminal Emulator for Android (we use a prebuilt so it can update from Play Store)
curl -L -o $BASEDIR/proprietary/Term.apk -O -L https://jackpal.github.com/Android-Terminal-Emulator/downloads/Term.apk
unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/*