I was wondering if anyone is facing problem of building AOSP (or any component there of like art, zlib) for 970.
Here’s my configuration from lunch.
PLATFORM_VERSION_CODENAME=R
PLATFORM_VERSION=R
TARGET_PRODUCT=hikey970
TARGET_BUILD_VARIANT=userdebug
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=cortex-a73
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv8-a
TARGET_2ND_CPU_VARIANT=cortex-a73
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-4.15.0-55-generic-x86_64-Ubuntu-18.04.2-LTS
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=PI
OUT_DIR=out
Here’s the error message:
build/make/core/prebuilt_internal.mk:58: error: TIInit_11.8.32.bts : unexpected LOCAL_MODULE_CLASS for prebuilts: FIRMWARE.
16:04:39 ckati failed with: exit status 1
It looks like TI firmare is incompatible with the latest tip?
Any suggestions?
Sirish