Skip to content

Commit

Permalink
skip build stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Sep 27, 2024
1 parent a683cc4 commit 5d66ef9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build-apk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ if [[ "$GRADLE_BUILD_TYPE" == "release" ]]; then
fi
fi

if [[ "$BUILD_TYPE" == "release" ]]; then
echo "Removing old Rust build artifacts"
cargo clean
CARGO_ARGS+=( "--locked" )
else
CARGO_ARGS+=( "--features" "api-override" )
GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
fi
# if [[ "$BUILD_TYPE" == "release" ]]; then
# echo "Removing old Rust build artifacts"
# cargo clean
# CARGO_ARGS+=( "--locked" )
# else
# CARGO_ARGS+=( "--features" "api-override" )
# GRADLE_TASKS+=(createPlayDevmoleReleaseDistApk createPlayStagemoleReleaseDistApk)
# BUNDLE_TASKS+=(createPlayDevmoleReleaseDistBundle createPlayStagemoleReleaseDistBundle)
# fi

pushd "$SCRIPT_DIR/android"

Expand Down

0 comments on commit 5d66ef9

Please sign in to comment.