0a301e41c3
Change-Id: I4b4897c034aacfd7f73c04b9df493f3d5aa9b33c
27 lines
625 B
Makefile
27 lines
625 B
Makefile
#
|
|
# 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)
|
|
|
|
# Overlay
|
|
PRODUCT_PACKAGES += \
|
|
ApertureResZeus \
|
|
FrameworksResZeus \
|
|
SettingsProviderResZeus \
|
|
SystemUIResZeus \
|
|
WifiResZeus
|
|
|
|
# Sensors
|
|
PRODUCT_COPY_FILES += \
|
|
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|