diff options
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-x | BoardConfig.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5290935..aea3305 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -68,7 +68,7 @@ TARGET_KERNEL_APPEND_DTB := true TARGET_KERNEL_ARCH := arm64 TARGET_KERNEL_HEADER_ARCH := arm64 TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- -TARGET_KERNEL_CONFIG := cyanogenmod_z2_plus_defconfig +TARGET_KERNEL_CONFIG := new_cyanogenmod_z2_plus_defconfig TARGET_KERNEL_SOURCE := kernel/zuk/msm8996 # QCOM hardware @@ -110,7 +110,6 @@ QCOM_BT_USE_SMD_TTY := true # Camera BOARD_QTI_CAMERA_32BIT_ONLY := true USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_HAS_LEGACY_CAMERA_HAL1 := true # Charger |