2022-04-04 01:42:06 +09:00
|
|
|
#
|
|
|
|
# Copyright (C) 2022 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/cupid/cupid-vendor.mk)
|
|
|
|
|
2021-05-21 22:32:47 +09:00
|
|
|
# Overlay
|
|
|
|
PRODUCT_PACKAGES += \
|
2022-11-01 05:59:52 +09:00
|
|
|
ApertureResCupid \
|
2022-06-18 01:32:40 +09:00
|
|
|
FrameworksResCupid \
|
2023-06-15 14:26:05 +09:00
|
|
|
NfcResCupid \
|
2020-04-25 06:33:28 +09:00
|
|
|
SettingsProviderResCupid \
|
2022-06-18 01:32:40 +09:00
|
|
|
SystemUIResCupid \
|
2020-04-25 06:33:28 +09:00
|
|
|
WifiResCupid
|
2021-05-21 22:32:47 +09:00
|
|
|
|
2022-02-21 02:21:09 +09:00
|
|
|
# Sensors
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
|
2022-04-04 01:42:06 +09:00
|
|
|
# Soong namespaces
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
|
|
$(LOCAL_PATH)
|