Revert "use default target for run-android"

This reverts commit 9243daa405.
This commit is contained in:
Jakub Sokołowski 2020-04-01 09:52:57 +02:00
parent 9243daa405
commit fd0a328106
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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 := default
run-android: export TARGET := android
run-android: ##@run Run Android build
npx react-native run-android --appIdSuffix debug