Skip to content

Commit 7970e28

Browse files
Build script: Update libpdf2htmlEX unpacking into android-sample-app
1 parent ec134f9 commit 7970e28

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build_android.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ then
149149
tar_to_load=$BASEDIR/build/pdf2htmlEX-debug.tar
150150
fi
151151

152-
tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main jniLibs
153-
154-
mkdir --parents $ANDROID_APP_DIR/app/src/main/assets
155-
tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main assets
152+
tar --extract --file $tar_to_load --directory=$ANDROID_APP_DIR/app/src/main jniLibs assets
156153

157154
# Build sample android app
158155
cd $ANDROID_APP_DIR

0 commit comments

Comments
 (0)