forked from LineageOS/android_device_google_bonito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_bonito.mk
30 lines (22 loc) · 849 Bytes
/
lineage_bonito.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
#
# Copyright (C) 2020-2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/bonito/aosp_bonito.mk)
include device/google/bonito/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 3a XL
PRODUCT_NAME := lineage_bonito
# Boot animation
TARGET_SCREEN_HEIGHT := 2160
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT==bonito \
PRIVATE_BUILD_DESC="bonito-user 12 SP2A.220505.008 8782922 release-keys"
BUILD_FINGERPRINT := google/bonito/bonito:12/SP2A.220505.008/8782922:user/release-keys
$(call inherit-product, vendor/google/bonito/bonito-vendor.mk)