File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ CFG_ADB_TEST_DIR=/data/tmp
122122$(info check : android device test dir $(CFG_ADB_TEST_DIR ) ready \
123123 $(shell adb remount 1>/dev/null) \
124124 $(shell adb shell mkdir $(CFG_ADB_TEST_DIR) 1>/dev/null) \
125- $(shell adb shell rm $(CFG_ADB_TEST_DIR)/*.so 1>/dev/null) \
126- $(shell adb shell rm $(CFG_ADB_TEST_DIR)/*-arm-linux-androideabi 1>/dev/null) \
127- $(shell adb shell rm $(CFG_ADB_TEST_DIR)/*-arm-linux-androideabi.* 1>/dev/null) \
125+ $(shell adb shell rm -rf $(CFG_ADB_TEST_DIR)/* 1>/dev/null) \
128126 $(shell adb push $(S)src/etc/adb_run_wrapper.sh $(CFG_ADB_TEST_DIR) 1>/dev/null) \
129127 $(shell adb push $(CFG_ANDROID_CROSS_PATH)/arm-linux-androideabi/lib/armv7-a/libgnustl_shared.so \
130128 $(CFG_ADB_TEST_DIR) 1>/dev/null) \
You can’t perform that action at this time.
0 commit comments