use default target for run-android
this should stop rebuilds of things like - status-react-patched-npm-gradle-modules - status-react-source-gradle-install Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f75cb14588
commit
9243daa405
2
Makefile
2
Makefile
|
@ -269,7 +269,7 @@ _run-%:
|
|||
npx react-native run-$(SYSTEM)
|
||||
|
||||
# TODO: Migrate this to a Nix recipe, much the same way as nix/mobile/android/targets/release-android.nix
|
||||
run-android: export TARGET := android
|
||||
run-android: export TARGET := default
|
||||
run-android: ##@run Run Android build
|
||||
npx react-native run-android --appIdSuffix debug
|
||||
|
||||
|
|
Loading…
Reference in New Issue