Hello,
I found that sequence of rockchip device makefiles are not correct, the vendor/rockchip/common/BoardConfigVendor.mk is included before device/rockchip/rk3399/BoardConfig.mk, so the $(TARGET_BOARD_PLATFORM) is always empty in BoardConfigVendor.mk, but actually it needs to be configured as rk3399 to make the vendor files can be compiled correctly.
Hello, I found that sequence of rockchip device makefiles are not correct, the
vendor/rockchip/common/BoardConfigVendor.mk
is included beforedevice/rockchip/rk3399/BoardConfig.mk
, so the$(TARGET_BOARD_PLATFORM)
is always empty inBoardConfigVendor.mk
, but actually it needs to be configured as rk3399 to make the vendor files can be compiled correctly.