commit | 8f231a182b0b896ef39faff76e7f58013b7fd0c1 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Fri May 31 17:55:06 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Fri May 31 17:55:06 2024 +0800 |
tree | 88bfa5f4e7d00ded296fb81b65a66b7e114d4c60 | |
parent | 129c9620746f2841ca08ccf2d0e401b7e05cf22e [diff] [blame] |
Add mbtk_gnssd Change-Id: I2e3bc0b7c9cc310c04a4fbcbe809c525b0cfafbe
diff --git a/build.sh b/build.sh index 8c9f438..4991331 100755 --- a/build.sh +++ b/build.sh
@@ -127,6 +127,7 @@ [ -f out/bin/mtd_info ] && cp -f out/bin/mtd_info $1/bin [ -f out/bin/mbtk_sdk_ready ] && cp -f out/bin/mbtk_sdk_ready $1/bin [ -f out/bin/mbtk_reboot ] && cp -f out/bin/mbtk_reboot $1/bin + [ -f out/bin/mbtk_gnssd ] && cp -f out/bin/mbtk_gnssd $1/bin } function file_copy()