-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbliss_barbet.mk
35 lines (26 loc) · 976 Bytes
/
bliss_barbet.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
#
# Copyright (C) 2021 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Bliss stuff.
$(call inherit-product, vendor/bliss/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/barbet/aosp_barbet.mk)
$(call inherit-product, device/google/redbull/lineage_common.mk)
include device/google/barbet/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 5a
PRODUCT_NAME := bliss_barbet
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
TARGET_BOOT_ANIMATION_RES := 1080
# Gapps
TARGET_STOCK_GAPPS:= true
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=barbet \
PRIVATE_BUILD_DESC="barbet-user 14 AP2A.240805.005.S4 12281092 release-keys"
BUILD_FINGERPRINT := google/barbet/barbet:14/AP2A.240805.005.S4/12281092:user/release-keys
$(call inherit-product, vendor/google/barbet/barbet-vendor.mk)