add: support all variables

This commit is contained in:
D
2024-04-23 18:02:44 +03:00
parent eccae59c47
commit d96d21781b
3 changed files with 37 additions and 24 deletions
+10 -3
View File
@@ -142,15 +142,22 @@ docker build \
```
### Variables
## Default variables
#### Disable animation
DISABLE_ANIMATION=false
#### Disable hidden policy
DISABLE_HIDDEN_POLICY=true
DISABLE_HIDDEN_POLICY=false
#### skip adb authentication
SKIP_AUTH=false
#### Skip adb authentication
SKIP_AUTH=true
#### Memory for emulator
MEMORY=8192
#### Cores for emulator
CORES=4
### Mount an external drive in the container