This commit is contained in:
Retyunskikh Dmitriy
2025-03-05 22:37:09 +03:00
parent 4340a6a9a4
commit 2ee6f78910
+3
View File
@@ -166,6 +166,9 @@ MEMORY=8192
#### Cores for emulator #### Cores for emulator
CORES=4 CORES=4
#### Extra flags to emulator
EXTRA_FLAGS="-no-metrics -no-audio -partition-size=8192"
### Mount an external drive in the container ### Mount an external drive in the container
It might be sometimes useful to have the entire Android SDK folder outside of the container (stored on a shared distributed filesystem such as NFS for example), to significantly reduce the size and the build time of the image. It might be sometimes useful to have the entire Android SDK folder outside of the container (stored on a shared distributed filesystem such as NFS for example), to significantly reduce the size and the build time of the image.