Files
android_device_xiaomi_unicorn/device.mk
LuK1337 73173c888d unicorn: overlay: Configure aux camera for Aperture
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
2024-03-19 23:30:23 +01:00

32 lines
713 B
Makefile

#
# Copyright (C) 2022-2024 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/unicorn/unicorn-vendor.mk)
# Overlay
PRODUCT_PACKAGES += \
ApertureResUnicorn \
FrameworksResUnicorn \
SettingsProviderResUnicorn \
SettingsResUnicorn \
SystemUIResUnicorn \
WifiResUnicorn
# Sensors
PRODUCT_PACKAGES += \
sensors.xiaomi
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)