chore: use make variable for android port forwarding

This commit is contained in:
Sean Hagstrom 2024-12-12 09:26:16 -08:00
parent 306c5fb072
commit 4a2519c228
No known key found for this signature in database
GPG Key ID: 5257FEDF56307320
1 changed files with 1 additions and 1 deletions

View File

@ -447,7 +447,7 @@ android-ports: export RCT_METRO_PORT ?= 8081
android-ports: ##@other Add proxies to Android Device/Simulator
adb reverse tcp:$(RCT_METRO_PORT) tcp:$(RCT_METRO_PORT) && \
adb reverse tcp:3449 tcp:3449 && \
adb reverse tcp:4567 tcp:4567 && \
adb reverse tcp:$(RE_FRISK_PORT) tcp:$(RE_FRISK_PORT) && \
adb reverse tcp:$(FLOWSTORM_PORT) tcp:$(FLOWSTORM_PORT) && \
adb forward tcp:5561 tcp:5561