From b49a0b70e2b1fc4178aeadab160d83bb33042b7b Mon Sep 17 00:00:00 2001 From: Russell Reynolds <129880470+sosRR@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:46:23 -0600 Subject: [PATCH] Update BoardConfig.mk Added TARGET_USES_64_BIT_BINDER := true in architecture which is necessary for Fox to build. If any errors form before the makefiles are analyzed the system will automatically download teamwin's version of genevn device tree. Which is not correct for moto g stylus 5g 2023 xt2315-1 --- BoardConfig.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index b51e7ad..d15c591 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -39,6 +39,7 @@ TARGET_2ND_CPU_ABI2 := armeabi TARGET_2ND_CPU_VARIANT := cortex-a55 TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a55 TARGET_SUPPORTS_64_BIT_APPS := true +TARGET_USES_64_BIT_BINDER := true # Bootloader TARGET_NO_BOOTLOADER := false