2023-05-11 17:53:50 +02:00
|
|
|
#
|
|
|
|
# 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)
|
|
|
|
|
2021-05-21 15:32:47 +02:00
|
|
|
# Overlay
|
|
|
|
PRODUCT_PACKAGES += \
|
2022-10-31 21:59:52 +01:00
|
|
|
ApertureResZeus \
|
2022-06-17 18:51:21 +02:00
|
|
|
FrameworksResZeus \
|
2023-06-15 07:26:05 +02:00
|
|
|
NfcResZeus \
|
2020-04-24 23:33:28 +02:00
|
|
|
SettingsProviderResZeus \
|
2022-06-19 17:49:40 +02:00
|
|
|
SystemUIResZeus \
|
2020-04-24 23:33:28 +02:00
|
|
|
WifiResZeus
|
2021-05-21 15:32:47 +02:00
|
|
|
|
2022-02-20 18:21:09 +01:00
|
|
|
# Sensors
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
|
2023-05-11 17:53:50 +02:00
|
|
|
# Soong namespaces
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
|
|
$(LOCAL_PATH)
|