Makefile: update aab file path

Seems like something that was missed in #182

Signed-off-by: Anton Tolchanov <anton@tailscale.com>
pull/213/head
Anton Tolchanov 3 months ago committed by Anton Tolchanov
parent 9a6aecb454
commit e16303e1d8

@ -174,7 +174,7 @@ test: $(AAR_NEXTGEN)
$(RELEASE_AAB): $(AAR)
(cd android_legacy && ./gradlew test bundlePlayRelease)
mv ./android_legacy/build/outputs/bundle/playRelease/android-play-release.aab $@
mv ./android_legacy/build/outputs/bundle/playRelease/android_legacy-play-release.aab $@
release: $(RELEASE_AAB)
jarsigner -sigalg SHA256withRSA -digestalg SHA-256 -keystore $(KEYSTORE) $(RELEASE_AAB) $(KEYSTORE_ALIAS)

Loading…
Cancel
Save