-
Notifications
You must be signed in to change notification settings - Fork 5
/
arrow_jasmine_sprout.mk
38 lines (29 loc) · 1.05 KB
/
arrow_jasmine_sprout.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
#
# Copyright (C) 2018-2021 The LineageOS Project
# Copyright (C) 2021 Pixel Experience
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
# Inherit some common ArrowOS stuff
$(call inherit-product, vendor/arrow/config/common.mk)
# ArrowOS Maintainer Config
DEVICE_MAINTAINER := Immanuel_Raj(@iamimmanuelraj)
# We are a phone
IS_PHONE := true
# Gapps Architecture
TARGET_GAPPS_ARCH := arm64
# Boot Aniamation Resolution
TARGET_BOOT_ANIMATION_RES := 1080
# Inherit from jasmine_sprout device
$(call inherit-product, $(LOCAL_PATH)/device.mk)
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := jasmine_sprout
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_MODEL := Mi A2
PRODUCT_NAME := arrow_jasmine_sprout
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi