forked from Dominium-Apum/device_xiaomi_chime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootleg_chime.mk
40 lines (32 loc) · 1.04 KB
/
bootleg_chime.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) 2022 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those 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 from chime device
$(call inherit-product, device/xiaomi/chime/device.mk)
# Inherit some common Bootleggers stuff.
$(call inherit-product, vendor/bootleggers/config/common_full_phone.mk)
# Device identifier. This must come after all inclusions.
PRODUCT_NAME := bootleg_chime
PRODUCT_DEVICE := chime
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := SM6115
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# Flags
TARGET_BOOTLEG_ARCH := arm64
WITH_GAPPS := true
TARGET_USES_BLUR := false
TARGET_INCLUDE_LIVE_WALLPAPERS := false
TARGET_INCLUDE_STOCK_ARCORE := false
# Boot animation
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
# Maintainer
DEVICE_MAINTAINERS := hani~🤍
BOOTLEGGERS_BUILD_TYPE := Shishufied