commit | 3a41a310ca3debe4f36a0b9b910f242a2bec8494 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Wed Feb 28 09:57:39 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Wed Feb 28 09:57:39 2024 +0800 |
tree | 3b130269a7c7d20ee2d44c110d7fb4e9fc425c30 | |
parent | 0e1a3797d084b559b5f3f2274d51da433cc085e2 [diff] [blame] |
Add device_info partition. Change-Id: Ia8d86a5cd4b1bd46cd3923f2cad09931fc877eb0
diff --git a/build.sh b/build.sh index bc4e133..bd08aca 100755 --- a/build.sh +++ b/build.sh
@@ -75,7 +75,7 @@ cp -f out/bin/mbtk_ril $ROOTFS_DIR/bin cp -f out/bin/mbtk_logd $ROOTFS_DIR/bin cp -f out/bin/mbtk_adbd $ROOTFS_DIR/bin - + [ -f out/bin/device_info_generate ] && cp -f out/bin/device_info_generate $ROOTFS_DIR else echo "No found rootfs : $ROOTFS_DIR" fi