Skip to content

Commit 52ede25

Browse files
committed
增加adb 快速输入
1 parent 567b07b commit 52ede25

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build_new.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ if [ "$appNo"x = "ZM3U8"x ];then
3737
/bin/bash ./build_apk.sh ZM3U8 PubM3U8 com.bihe0832.m3u8 com.bihe0832.android.app.Application
3838
checkResult
3939
fi
40+
41+
#ADB Input APP
42+
if [ "$appNo"x = "ZINPUT"x ];then
43+
/bin/bash ./build_apk.sh ZINPUT PubAdbInput com.bihe0832.adb.input com.bihe0832.android.app.Application
44+
checkResult
45+
fi

0 commit comments

Comments
 (0)