-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpotato_miatoll.mk
34 lines (27 loc) · 955 Bytes
/
potato_miatoll.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
#
# Copyright (C) 2021 The Potato Open Sauce Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit framework 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 miatoll device
$(call inherit-product, device/xiaomi/miatoll/atoll.mk)
# Inherit some common POSP stuff.
$(call inherit-product, vendor/potato/config/common_full_phone.mk)
# Inherit Google Camera
ifeq ($(WITH_GMS), true)
$(call inherit-product, vendor/xiaomi/miatoll-gcam/miatoll-gcam-vendor.mk)
endif
# Device identifier
PRODUCT_NAME := potato_miatoll
PRODUCT_DEVICE := miatoll
PRODUCT_BRAND := Xiaomi
PRODUCT_MODEL := Miatoll
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
# Bootanimation
TARGET_BOOT_ANIMATION_RES := 1080
# Override build fingerprint
BUILD_FINGERPRINT := google/redfin/redfin:12/SQ3A.220705.003.A1/8672226:user/release-keys