Skip to content

Commit 7569810

Browse files
committed
try to implement a way to get the speedup, but also reduce the impact on the sdcard.
1 parent 9f9dafb commit 7569810

File tree

6 files changed

+509
-83
lines changed

6 files changed

+509
-83
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ function run_androidredirect() {
579579
info "Compile android redirect"
580580
export NOANDROIDREDIRECT=1
581581
push_arm
582-
try $CC $CGLAFS $LDFLAGS -shared -llog -o $LIBS_PATH/libandroid_redirect.so $SRC_PATH/android_redirect.c
582+
try $CC $CGLAFS $LDFLAGS -shared -llog -lz -o $LIBS_PATH/libandroid_redirect.so $SRC_PATH/android_redirect.c
583583
pop_arm
584584
unset NOANDROIDREDIRECT
585585
}

0 commit comments

Comments
 (0)