summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Marshall <tdm@cyngn.com>2014-12-12 12:38:56 -0800
committerTom Marshall <tdm@cyngn.com>2014-12-12 13:04:33 -0800
commit66e2bc5c8c70c9c9cf4071a24bc88e5dc2fa09f4 (patch)
tree4edbe05b25998591ae11ca5c03a327fe769c7456
parent03555ad053b1139fda3a89efb0741c306e9c45dd (diff)
downloadvendor_replicant-66e2bc5c8c70c9c9cf4071a24bc88e5dc2fa09f4.zip
vendor_replicant-66e2bc5c8c70c9c9cf4071a24bc88e5dc2fa09f4.tar.gz
vendor_replicant-66e2bc5c8c70c9c9cf4071a24bc88e5dc2fa09f4.tar.bz2
cm: Remove prebuilt Term.apk
* This is free on the Play Store, no need to bake it in. Change-Id: Iffa24c3f2239ee06deee2fe7d1cec396200e1d79
-rw-r--r--config/common.mk5
-rwxr-xr-xget-prebuilts9
2 files changed, 0 insertions, 14 deletions
diff --git a/config/common.mk b/config/common.mk
index 1110eec..69340a5 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -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
diff --git a/get-prebuilts b/get-prebuilts
deleted file mode 100755
index 1b5fdbf..0000000
--- a/get-prebuilts
+++ /dev/null
@@ -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/*
-