From fd0a3281061ec9094a761ca5f7973b00b6c7d156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 1 Apr 2020 09:52:57 +0200 Subject: [PATCH] Revert "use default target for run-android" This reverts commit 9243daa405f0eb810f37863e86445a67b0344e92. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5841aab6ad..78dea8ca0a 100644 --- a/Makefile +++ b/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 := default +run-android: export TARGET := android run-android: ##@run Run Android build npx react-native run-android --appIdSuffix debug