android_device_xiaomi_monet/device.mk

41 lines
889 B
Makefile
Raw Normal View History

#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Audio configs
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/audio/,$(TARGET_COPY_OUT_VENDOR)/etc)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \
2022-06-22 03:40:42 +02:00
$(LOCAL_PATH)/overlay-evolution
# Device uses high-density artwork where available
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xhdpi
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
PRODUCT_SHIPPING_API_LEVEL := 29
# Fingerprint
TARGET_HAS_FOD := true
2021-10-08 23:20:45 +02:00
# Properties
-include $(LOCAL_PATH)/properties.mk
2022-06-24 08:06:02 +02:00
# Pixel Wallpapers (2021)
PRODUCT_PACKAGES += \
PixelWallpapers2021
# Inherit from sm7250-common
$(call inherit-product, device/xiaomi/sm7250-common/lito.mk)
# Inherit from vendor blobs
$(call inherit-product, vendor/xiaomi/monet/monet-vendor.mk)