8c4144ab24
Change-Id: I32c54ebd2f55ed06bc49da567d6654f056909f50
36 lines
986 B
Makefile
36 lines
986 B
Makefile
#
|
|
# Copyright (C) 2022-2023 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from xiaomi sm8450-common
|
|
$(call inherit-product, device/xiaomi/sm8450-common/common.mk)
|
|
|
|
# Inherit from the proprietary version
|
|
$(call inherit-product, vendor/xiaomi/zeus/zeus-vendor.mk)
|
|
|
|
# Audio
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/audio/mixer_paths_overlay_static.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/mixer_paths_overlay_static.xml \
|
|
$(LOCAL_PATH)/audio/resourcemanager_waipio_mtp.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio/sku_taro/resourcemanager_waipio_mtp.xml
|
|
|
|
# Overlay
|
|
PRODUCT_PACKAGES += \
|
|
ApertureResZeus \
|
|
FrameworksResZeus \
|
|
SettingsProviderResZeus \
|
|
SettingsResZeus \
|
|
SystemUIResZeus \
|
|
WifiResZeus
|
|
|
|
# Sensors
|
|
PRODUCT_PACKAGES += \
|
|
sensors.xiaomi
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|