Skip to content

Commit

Permalink
Package sideloaded apk for arm32 only
Browse files Browse the repository at this point in the history
  • Loading branch information
oxtoacart committed Sep 26, 2023
1 parent fc06a6e commit ee79e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ android-release-install: $(MOBILE_RELEASE_APK)
$(ADB) install -r $(MOBILE_RELEASE_APK)

package-android: pubget require-version
@ANDROID_ARCH=all make android-release && \
@ANDROID_ARCH=arm32 make android-release && \
ANDROID_ARCH=all make android-bundle && \
echo "-> $(MOBILE_RELEASE_APK)"

Expand Down

0 comments on commit ee79e66

Please sign in to comment.