From c9f4a7a82a1dda4aced17552b795c592f6efac21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=AB=8B=E5=BF=97?= <15081173508@139.com> Date: Thu, 7 May 2026 17:50:18 +0800 Subject: [PATCH] fix:Failing on RUN /opt/install-sdk.sh #10 --- .gitattributes | 1 + scripts/emulator-monitoring.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfdb8b7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sh text eol=lf diff --git a/scripts/emulator-monitoring.sh b/scripts/emulator-monitoring.sh index 670b437..7d6478a 100644 --- a/scripts/emulator-monitoring.sh +++ b/scripts/emulator-monitoring.sh @@ -58,4 +58,4 @@ function wait_for_boot() { sleep 1 fi update_state "ANDROID_READY" -} \ No newline at end of file +}