Skip to content

Commit 745b357

Browse files
committed
makefile: adjust tv build for versioning changes
Updates tailscale/tailscale#18969 gradle now treats tv and phone builds as the same thing - simply changing the last digit of the android version. Adjusting the makefile accordingly so we're building the right thing, and looking in the right places for the build output.
1 parent ac74f25 commit 745b357

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ $(RELEASE_AAB): version gradle-dependencies
151151

152152
$(RELEASE_TV_AAB): version gradle-dependencies
153153
@echo "Building TV release AAB"
154-
(cd android && ./gradlew test bundleTvRelease -PPLATFORM=1)
155-
install -C ./android/build/outputs/bundle/release_tv/android-release_tv.aab $@
154+
(cd android && ./gradlew test bundleRelease -PPLATFORM=1)
155+
install -C ./android/build/outputs/bundle/release/android-release.aab $@
156156

157157
tailscale-test.apk: version gradle-dependencies
158158
(cd android && ./gradlew assembleApplicationTestAndroidTest)

0 commit comments

Comments
 (0)