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
122
122
$(info check : android device test dir $(CFG_ADB_TEST_DIR ) ready \
123
123
$(shell adb remount 1>/dev/null) \
124
124
$(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) \
128
126
$(shell adb push $(S)src/etc/adb_run_wrapper.sh $(CFG_ADB_TEST_DIR) 1>/dev/null) \
129
127
$(shell adb push $(CFG_ANDROID_CROSS_PATH)/arm-linux-androideabi/lib/armv7-a/libgnustl_shared.so \
130
128
$(CFG_ADB_TEST_DIR) 1>/dev/null) \
You can’t perform that action at this time.
0 commit comments