From 7718d2ac052c5de27e02b5ceb68489783a9577ab Mon Sep 17 00:00:00 2001 From: Rocky Zhang Date: Sun, 23 Dec 2012 13:46:25 +0800 Subject: 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 --- get-prebuilts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'get-prebuilts') 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/* -- cgit v1.1