first commit

This commit is contained in:
Your Name
2026-02-07 20:22:48 +08:00
commit 1b9711d5e4
2270 changed files with 805872 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/bin/sh
export ENV='/etc/adb_profile'
if [ $1 = '-' ];then
/bin/sh
elif [ $1 = '-c' ];then
/bin/sh -c "$2"
else
/bin/sh
fi

BIN
external/packages/bsp/sun60iw2/usr/bin/adbd vendored Executable file

Binary file not shown.

Binary file not shown.