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
This commit is contained in:
parent
9e6f2d0306
commit
b49a0b70e2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue