From 9243daa405f0eb810f37863e86445a67b0344e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 31 Mar 2020 13:40:23 +0200 Subject: [PATCH] use default target for run-android MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit this should stop rebuilds of things like - status-react-patched-npm-gradle-modules - status-react-source-gradle-install Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 78dea8ca0a..5841aab6ad 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 := android +run-android: export TARGET := default run-android: ##@run Run Android build npx react-native run-android --appIdSuffix debug