mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
31 lines
776 B
Makefile
31 lines
776 B
Makefile
#
|
|
# Copyright (C) 2019-2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay
|
|
|
|
# Audio
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/audio/mixer_paths_tavil.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_tavil.xml \
|
|
$(LOCAL_PATH)/audio/audio_platform_info.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_platform_info.xml
|
|
|
|
# Get non-open-source specific aspects
|
|
$(call inherit-product-if-exists, vendor/lenovo/zippo/zippo-vendor.mk)
|
|
|
|
# sm8150-common
|
|
$(call inherit-product, device/lenovo/sm8150-common/common.mk)
|
|
|
|
# Face Unlock
|
|
TARGET_FACE_UNLOCK_SUPPORTED := true
|
|
TARGET_FACE_UNLOCK := true
|
|
PRODUCT_PACKAGES += \
|
|
FaceUnlockService
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|