Files
device_lenovo_zippo/BoardConfig.mk
Marc Bourgoin 5c0ac1e8be zippo: Decommonize DT2W node
Change-Id: I9cf6ccae08979c013d6ec31755f06686c9ae32cb
2021-09-11 10:48:35 +02:00

34 lines
794 B
Makefile

# Copyright (C) 2019-2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
-include device/lenovo/sm8150-common/BoardConfigCommon.mk
BOARD_VENDOR := lenovo
DEVICE_PATH := device/lenovo/zippo
# Assertions
TARGET_BOARD_INFO_FILE ?= $(DEVICE_PATH)/board-info.txt
TARGET_OTA_ASSERT_DEVICE := zippo
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
ifeq ($(TARGET_PREBUILT_KERNEL),)
TARGET_KERNEL_CONFIG := lineage_zippo_defconfig
TARGET_KERNEL_CLANG_COMPILE := true
TARGET_KERNEL_SOURCE := kernel/lenovo/sm8150
endif
# Power
TARGET_TAP_TO_WAKE_NODE := "/sys/devices/virtual/touch/tp_dev/gesture_on"
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
# Inherit from the proprietary version
-include vendor/lenovo/zippo/BoardConfigVendor.mk