build: update Android repro script

This commit is contained in:
Evan Kaloudis
2026-01-06 16:01:52 -05:00
parent ade92b9c53
commit 14856d1ffe
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -30,6 +30,7 @@ ios/.xcode.env.local
build/
.idea
.gradle
.gradle-cache/
local.properties
*.iml
android/app/.cxx/
+2 -1
View File
@@ -23,10 +23,11 @@ done
# Run the Docker command with SOURCE_DATE_EPOCH for reproducible builds
docker run --rm $TTY_FLAG --name $CONTAINER_NAME \
-e SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH \
-e GRADLE_USER_HOME=/olympus/zeus/.gradle-cache \
-v "$(pwd):$ZEUS_PATH" $BUILDER_IMAGE bash -c \
'echo -e "\n\n********************************\n*** Building ZEUS...\n********************************\n" && \
cd /olympus/zeus ; yarn install --frozen-lockfile && \
cd /olympus/zeus/android ; ./gradlew app:assembleRelease && \
cd /olympus/zeus/android ; ./gradlew generateCodegenArtifactsFromSchema && ./gradlew app:assembleRelease && \
echo -e "\n\n********************************\n**** APKs and SHA256 Hashes\n********************************\n" && \
cd /olympus/zeus && \