Update Terminal app package name

The group that maintains and builds the Terminal Emulator
have run into Google Play issues resulting in a package name change.
Update associated libraries for this change as well.
See also:
https://github.com/jackpal/Android-Terminal-Emulator/wiki/Recent-Updates

Change-Id: Ib50a8d8435ea12d2c74ea9a68f5f9ddadc7601a5
This commit is contained in:
Sven 2014-09-25 18:16:15 +02:00 committed by Ethan Chen
parent 84ec9f54bd
commit 6b6000d1cb
2 changed files with 2 additions and 2 deletions

View File

@ -219,7 +219,7 @@ PRODUCT_PACKAGES += \
# Terminal Emulator
PRODUCT_COPY_FILES += \
vendor/cm/proprietary/Term.apk:system/app/Term.apk \
vendor/cm/proprietary/lib/armeabi/libjackpal-androidterm4.so:system/lib/libjackpal-androidterm4.so
vendor/cm/proprietary/lib/armeabi/libjackpal-chameleonterm4.so:system/lib/libjackpal-chameleonterm4.so
PRODUCT_PROPERTY_OVERRIDES += \
persist.sys.root_access=1

View File

@ -3,7 +3,7 @@ BASEDIR=`dirname $0`
mkdir -p $BASEDIR/proprietary
# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market)
# Get Chameleon Terminal Emulator (we use a prebuilt so it can update from the Market)
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/*