-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblaze_marble.mk
More file actions
37 lines (29 loc) · 919 Bytes
/
blaze_marble.mk
File metadata and controls
37 lines (29 loc) · 919 Bytes
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
#
# 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_only.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit some common Project Blaze stuff.
$(call inherit-product, vendor/blaze/config/common_full_phone.mk)
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_FACE_UNLOCK_SUPPORTED := true
# Inherit from marble device.
$(call inherit-product, device/xiaomi/marble/device.mk)
## Device identifier
PRODUCT_BRAND := Xiaomi
PRODUCT_DEVICE := marble
PRODUCT_MANUFACTURER := Xiaomi
PRODUCT_NAME := blaze_marble
# GMS
PRODUCT_GMS_CLIENTID_BASE := android-xiaomi
TARGET_GAPPS_ARCH := arm64
# Project Blaze
TARGET_SUPPORTS_BLUR := true
# Gapps
WITH_GAPPS := false
# Blaze Official
BLAZE_BUILD_TYPE := OFFICIAL
BLAZE_MAINTAINER := AnilShebin