123456789101112131415161718192021222324252627282930313233 |
- #
- # 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)
- # Overlay
- PRODUCT_PACKAGES += \
- ApertureResCupid \
- FrameworksResCupid \
- NfcResCupid \
- SettingsProviderResCupid \
- SettingsResCupid \
- SystemUIResCupid \
- WifiResCupid
- # Powershare
- PRODUCT_PACKAGES += \
- [email protected]
- # Sensors
- PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
- # Soong namespaces
- PRODUCT_SOONG_NAMESPACES += \
- $(LOCAL_PATH)
|