radxa / manifests

100 stars 39 forks source link

Sequence of rockchip device makefiles are not correct in android 9.0 #4

Open DevriesL opened 4 years ago

DevriesL commented 4 years ago

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.