-
Notifications
You must be signed in to change notification settings - Fork 1
/
arrow_G.mk
36 lines (28 loc) · 1.13 KB
/
arrow_G.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
#
# Copyright (C) 2021-2023 The ArrowOS 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)
$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_n_mr1.mk)
# Inherit from G device
$(call inherit-product, device/10or/G/device.mk)
# Inherit some common ArrowOS stuff
$(call inherit-product, vendor/arrow/config/common.mk)
# ArrowOS
DEVICE_MAINTAINER := kardebayan
# Boot Animation
TARGET_BOOT_ANIMATION_RES := 1080
# Device identifier. This must come after all inclusions.
PRODUCT_BRAND := 10.or
PRODUCT_DEVICE := G
PRODUCT_MANUFACTURER := 10.or
PRODUCT_NAME := arrow_G
PRODUCT_MODEL := 10.or G
PRODUCT_GMS_CLIENTID_BASE := android-huaqin
TARGET_VENDOR := 10.or
PRODUCT_BUILD_PROP_OVERRIDES += PRIVATE_BUILD_DESC="G-user 8.1.0 OPM1.171019.019 10or_G_V1_0_82 release-keys"
# Set BUILD_FINGERPRINT variable to be picked up by both system and vendor build.prop
BUILD_FINGERPRINT := 10or/G/G:8.1.0/OPM1.171019.019/10or_G_V1_0_82:user/release-keys