Use new bsp kernel for Pinebook

This commit is contained in:
Kamil Trzcinski 2017-02-11 18:11:26 +01:00
parent 3607003ec1
commit b71287753c

View file

@ -1,5 +1,6 @@
TARGET_PREBUILT_KERNEL := device/softwinner/tulip-chiphd/pinebook/kernel
TARGET_PREBUILT_KERNEL_MODULES := $(call find-copy-subdir-files,*,$(LOCAL_PATH)/pinebook/modules,system/vendor/modules)
#TARGET_PREBUILT_KERNEL := device/softwinner/tulip-chiphd/pinebook/kernel
#TARGET_PREBUILT_KERNEL_MODULES := $(call find-copy-subdir-files,*,$(LOCAL_PATH)/pinebook/modules,system/vendor/modules)
KERNEL_SRC_DIR ?= $(ANDROID_BUILD_TOP)/linux/kernel-tulip-new-bsp
$(call inherit-product, device/softwinner/tulip-chiphd/device.mk)
$(call inherit-product, build/target/product/full_base.mk)