You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
654 B
23 lines
654 B
ifndef TARGET_KERNEL_USE
|
|
TARGET_KERNEL_USE=4.19
|
|
endif
|
|
|
|
HIKEY_USE_DRM_HWCOMPOSER := false
|
|
|
|
LOCAL_KERNEL_HOME ?= device/linaro/hikey-kernel/hikey/$(TARGET_KERNEL_USE)
|
|
TARGET_PREBUILT_KERNEL := $(LOCAL_KERNEL_HOME)/Image.gz-dtb
|
|
TARGET_PREBUILT_DTB := $(LOCAL_KERNEL_HOME)/hi6220-hikey.dtb
|
|
|
|
PRODUCT_ENFORCE_VINTF_MANIFEST_OVERRIDE := true
|
|
|
|
ifeq ($(TARGET_KERNEL_USE), 4.4)
|
|
HIKEY_USE_LEGACY_TI_BLUETOOTH := true
|
|
else
|
|
HIKEY_USE_LEGACY_TI_BLUETOOTH := false
|
|
HIKEY_USE_DRM_HWCOMPOSER := true
|
|
endif
|
|
TARGET_FSTAB := fstab.hikey
|
|
|
|
$(call inherit-product, device/linaro/hikey/hikey/device-hikey.mk)
|
|
$(call inherit-product, device/linaro/hikey/device-common.mk)
|