2526fef627
And remove the now-redundant ROM Manager Change-Id: I7664f8a3c21b2a7dd817a68e8ff38f1f96c029cc
10 lines
361 B
Plaintext
Executable File
10 lines
361 B
Plaintext
Executable File
|
|
BASEDIR=`dirname $0`
|
|
|
|
mkdir -p $BASEDIR/proprietary
|
|
|
|
# Get Android Terminal Emulator (we use a prebuilt so it can update from the Market)
|
|
curl -L -o $BASEDIR/proprietary/Term.apk -O -L https://github.com/downloads/jackpal/Android-Terminal-Emulator/Term.apk
|
|
unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/armeabi/libjackpal-androidterm4.so
|
|
|