6b52015ef3
sensors.xiaomi is added by common tree now Change-Id: I541b656304bfde478966c84115d94bc989742149
31 lines
657 B
Makefile
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)
|