diff --git a/projects/WeTek_Play/install/files/aml_autoscript b/projects/WeTek_Play/install/files/aml_autoscript new file mode 100644 index 0000000000..951dd192db Binary files /dev/null and b/projects/WeTek_Play/install/files/aml_autoscript differ diff --git a/scripts/image b/scripts/image index cd5a907b21..f0a8605b20 100755 --- a/scripts/image +++ b/scripts/image @@ -364,6 +364,7 @@ fi pushd sign > /dev/null echo --update_package=/sdcard/$IMAGE_NAME-update.zip > factory_update_param.aml cp $INSTALL_SRC_DIR/files/recovery.img . + cp $INSTALL_SRC_DIR/files/aml_autoscript . zip -q $TARGET_IMG/$IMAGE_NAME.zip * popd > /dev/null fi