forked from flakeforever/device_xiaomi_mondrian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aosp_mondrian.mk
40 lines (32 loc) · 1.01 KB
/
aosp_mondrian.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#
# Copyright (C) 2023 The Android Open Source Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common DerpFest stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Inherit from mondrian device.
$(call inherit-product, device/xiaomi/mondrian/device.mk)
# Rom Stuff
EXTRA_UDFPS_ANIMATIONS := true
# Boot animation
TARGET_BOOT_ANIMATION_RES := 1440
TARGET_SCREEN_HEIGHT := 3200
TARGET_SCREEN_WIDTH := 1440
#TARGET_SCREEN_DENSITY := 560
# TARGET_SCREEN_HEIGHT := 2400
# TARGET_SCREEN_WIDTH := 1080
# TARGET_SCREEN_DENSITY := 420
TARGET_GAPPS_ARCH := arm64
TARGET_FACE_UNLOCK_SUPPORTED := true
TARGET_USES_BLUR := true
TARGET_SUPPORTS_QUICK_TAP := true
## Device identifier
PRODUCT_DEVICE := mondrian
PRODUCT_NAME := aosp_mondrian
PRODUCT_MANUFACTURER := Xiaomi
# GMS
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi