Thanks Loic,
I have seen the file aosp/device/linaro/hikey/BoardConfigCommon.mk , but there is not hikey32 path in the aosp.
below is the configuration:
Primary Arch
TARGET_ARCH := arm64
TARGET_ARCH_VARIANT := armv8-a
TARGET_CPU_ABI := arm64-v8a
Secondary Arch
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv7-a-neon
TARGET_2ND_CPU_ABI := armeabi-v7a
TARGET_2ND_CPU_ABI2 := armeabi
TARGET_USES_64_BIT_BINDER := true
TARGET_SUPPORTS_32_BIT_APPS := true
TARGET_SUPPORTS_64_BIT_APPS := true
Can I make primary architecture as 32-bit ? it is possible?
if not possible , please let me know how to build 32bit application on 64-bit hikey960 platform? where and all I have to change/modify the code?