mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_miatoll.git
synced 2025-04-28 18:27:27 +09:00
Co-authored-by: Demon000 <demonsingur@gmail.com> Change-Id: Ia0d3ae0deb9ac8549065f2ae25d8f28ce9b5dd02
30 lines
635 B
Makefile
30 lines
635 B
Makefile
#
|
|
# Copyright (C) 2021 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Overlays
|
|
DEVICE_PACKAGE_OVERLAYS += \
|
|
$(LOCAL_PATH)/overlay
|
|
|
|
# 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
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|
|
|
|
# Inherit from sm6250-common
|
|
$(call inherit-product, device/xiaomi/sm6250-common/atoll.mk)
|
|
|
|
# Inherit proprietary targets
|
|
$(call inherit-product, vendor/xiaomi/miatoll/miatoll-vendor.mk)
|