-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathlineage_sunfish.mk
More file actions
29 lines (22 loc) · 854 Bytes
/
lineage_sunfish.mk
File metadata and controls
29 lines (22 loc) · 854 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
#
# 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/sunfish/aosp_sunfish.mk)
include device/google/sunfish/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 4a
PRODUCT_NAME := lineage_sunfish
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="sunfish-user 13 TQ3A.230805.001.S1 10786265 release-keys" \
BuildFingerprint=google/sunfish/sunfish:13/TQ3A.230805.001.S1/10786265:user/release-keys \
DeviceProduct=sunfish
$(call inherit-product, vendor/google/sunfish/sunfish-vendor.mk)