Merge pull request #6 from twocolors/main

fix: keys and variables
This commit is contained in:
Halim Qarroum
2024-04-24 13:17:07 +02:00
committed by GitHub
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ RUN mkdir /root/.android/ && \
mkdir /data
# Exporting ADB keys.
#COPY keys/* /root/.android/
COPY keys/* /root/.android/
# The following layers will download the Android command-line tools
# to install the Android SDK, emulator and system images.
+1 -1
View File
@@ -67,7 +67,7 @@ RUN mkdir /root/.android/ && \
mkdir /data
# Exporting ADB keys.
#COPY keys/* /root/.android/
COPY keys/* /root/.android/
# The following layers will download the Android command-line tools
# to install the Android SDK, emulator and system images.
+1 -1
View File
@@ -149,7 +149,7 @@ docker build \
```
### Variables
## Default variables
#### Default variables
#### Disable animation
DISABLE_ANIMATION=false
+4 -4
View File
@@ -62,10 +62,10 @@ wait_for_boot &
# Start the emulator with no audio, no GUI, and no snapshots.
echo "Starting the emulator ..."
echo "OPTIONS:"
echo "ADB AUTH - $OPT_SKIP_AUTH"
echo "GPU - $GPU_MODE"
echo "MEMORY - $OPT_MEMORY"
echo "CORES - $OPT_CORES"
echo "SKIP ADB AUTH - $OPT_SKIP_AUTH"
echo "GPU - $GPU_MODE"
echo "MEMORY - $OPT_MEMORY"
echo "CORES - $OPT_CORES"
emulator \
-avd android \
-gpu "$GPU_MODE" \