summaryrefslogtreecommitdiffstats
path: root/get-prebuilts
diff options
context:
space:
mode:
authorRocky Zhang <zhangyan.hit@gmail.com>2012-12-23 13:46:25 +0800
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-12-24 00:11:27 -0800
commit7718d2ac052c5de27e02b5ceb68489783a9577ab (patch)
tree12ed05ba8fc78d06a883a154e4fc690d639e922e /get-prebuilts
parent3b460c3ea6abb91b5146c58bf60ea1e6a8a296cf (diff)
downloadvendor_replicant-7718d2ac052c5de27e02b5ceb68489783a9577ab.zip
vendor_replicant-7718d2ac052c5de27e02b5ceb68489783a9577ab.tar.gz
vendor_replicant-7718d2ac052c5de27e02b5ceb68489783a9577ab.tar.bz2
Fix copy JNI files of Term.apk
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>
Diffstat (limited to 'get-prebuilts')
-rwxr-xr-xget-prebuilts2
1 files changed, 1 insertions, 1 deletions
diff --git a/get-prebuilts b/get-prebuilts
index 1d9493f..e4e3045 100755
--- a/get-prebuilts
+++ b/get-prebuilts
@@ -5,5 +5,5 @@ 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
+unzip -o -d $BASEDIR/proprietary $BASEDIR/proprietary/Term.apk lib/*