mirror of
https://github.com/LineageOS/android_device_xiaomi_grus.git
synced 2024-11-27 20:15:42 +00:00
45d8b85cb9
* From grus-user 11 RKQ1.20082.002 V12.5.1.0.RFBMIXM release-keys Change-Id: I40927c1c6f281231010fdf1d4a758ab572236ee1
31 lines
678 B
Makefile
31 lines
678 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# Inherit from sdm710-common
|
|
$(call inherit-product, device/xiaomi/sdm710-common/sdm710.mk)
|
|
|
|
# AAPT
|
|
PRODUCT_AAPT_CONFIG := normal
|
|
PRODUCT_AAPT_PREF_CONFIG := xhdpi
|
|
|
|
# Audio configs
|
|
PRODUCT_COPY_FILES += \
|
|
$(call find-copy-subdir-files,*,$(LOCAL_PATH)/audio/,$(TARGET_COPY_OUT_VENDOR)/etc)
|
|
|
|
# Boot animation
|
|
TARGET_SCREEN_HEIGHT := 2340
|
|
TARGET_SCREEN_WIDTH := 1080
|
|
|
|
# Shipping API level
|
|
PRODUCT_SHIPPING_API_LEVEL := 28
|
|
|
|
# Soong namespaces
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|
|
|
|
# Inherit from the proprietary version
|
|
$(call inherit-product, vendor/xiaomi/grus/grus-vendor.mk)
|