Merge pull request #31 from italks/main

fix:Failing on RUN /opt/install-sdk.sh #10
This commit is contained in:
Halim Qarroum
2026-05-07 13:34:08 +02:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
*.sh text eol=lf
+2
View File
@@ -26,6 +26,8 @@ services:
- ./android_avd:/data
extra_hosts:
- "host.docker.internal:host-gateway"
devices:
- /dev/kvm:/dev/kvm
android-emulator-cuda:
build:
+1 -1
View File
@@ -58,4 +58,4 @@ function wait_for_boot() {
sleep 1
fi
update_state "ANDROID_READY"
}
}