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
* Use secure protocol when fetching prebuilt APKs to avoid a MITM attack
that could send a malicious APK instead.
Change-Id: If9dfc8bdc6f5a8ac360f40fe3fb423455082d224
Term.apk now contains JNI shared ojbects for all architectures.
Currectly, the script would only extract and copy armeabi object.
Change the script to extract all object and copy the correct ABI
object to the filesystem.
Change-Id: I167eafab523a4104063fec89b7ba136031c1d07c
Signed-off-by: Rocky Zhang <zhangyan.hit@gmail.com>
The unzip command in get-prebuilts assumed that the CWD
as ./vendor/cm. This changes allows it to work from any
CWD so now you can do
./vendor/cm/get-prebuilts
instead of
cd ./vendor/cm && ./get-prebuilts
Change-Id: I705191fd84c3ffda6b2e81b7ea7518327cce8081