forked from ArrowOS-Devices/android_device_google_coral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharrow_flame.mk
33 lines (24 loc) · 872 Bytes
/
arrow_flame.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
#
# Copyright (C) 2020-2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Arrow stuff.
$(call inherit-product, vendor/arrow/config/common.mk)
# Inherit device configuration
$(call inherit-product, device/google/coral/aosp_flame.mk)
include device/google/coral/device-arrow.mk
# ArrowOS additions
DEVICE_MAINTAINER := EdwardWu
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 4
PRODUCT_NAME := arrow_flame
# Boot animation
TARGET_SCREEN_HEIGHT := 2280
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=flame \
PRIVATE_BUILD_DESC="flame-user 13 TP1A.221005.002.B2 9382335 release-keys"
BUILD_FINGERPRINT := google/flame/flame:13/TP1A.221005.002.B2/9382335:user/release-keys
$(call inherit-product, vendor/google/flame/flame-vendor.mk)