android_device_xiaomi_cupid/device.mk
Arian 955d2598a9 Revert "cupid: overlay: Commonize wireless charging overlay"
This reverts commit 29ca39719e928103550f812fdb40b2bdd09d82f9.
2024-09-30 11:12:17 +02:00

31 lines
657 B
Makefile

#
# 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 \
LineageResCupid \
NfcResCupid \
SettingsProviderResCupid \
SettingsResCupid \
SystemUIResCupid \
WifiResCupid
# Powershare
PRODUCT_PACKAGES += \
vendor.lineage.powershare@1.0-service.default
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)