From 2a4bb84e35426844a40dfcb30fbe6d14b86d9401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 3 Nov 2023 15:10:08 +0100 Subject: [PATCH] fix script path for resolving ANDROID_ABI_INCLUDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 02c0c57e12..cac85e9d01 100644 --- a/Makefile +++ b/Makefile @@ -274,7 +274,7 @@ run-re-frisk: ##@run Start re-frisk server # TODO: Migrate this to a Nix recipe, much the same way as nix/mobile/android/targets/release-android.nix run-android: export TARGET := android # INFO: If it's empty (no devices attached, parsing issues, script error) - for Nix it's the same as not set. -run-android: export ANDROID_ABI_INCLUDE ?= $(shell ./scripts/adb_devices_arch.sh) +run-android: export ANDROID_ABI_INCLUDE ?= $(shell ./scripts/adb_devices_abis.sh) run-android: ##@run Build Android APK and start it on the device npx react-native run-android --appIdSuffix debug