forked from austineyoung2000/android_device_google_lynx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_lynx.mk
54 lines (39 loc) · 1.31 KB
/
lineage_lynx.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
#
# Copyright (C) 2023 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common Lineage stuff.
TARGET_DISABLE_EPPE := true
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/google/lynx/aosp_lynx.mk)
$(call inherit-product, device/google/gs201/lineage_common.mk)
$(call inherit-product, device/google/lynx/device-lineage.mk)
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7a
PRODUCT_NAME := lineage_lynx
# Ship Basic Call Recorder
TARGET_PREBUILT_BCR := true
# Addons
TARGET_HAS_UDFPS := true
# Gms
WITH_GMS := true
# Ship Pixel Launcher
TARGET_DEFAULT_PIXEL_LAUNCHER := true
# Ship Google Camera
TARGET_PREBUILT_GOOGLE_CAMERA := true
# Lawnchair Prebuilt
TARGET_PREBUILT_LAWNCHAIR_LAUNCHER := true
# disable/enable blur support, default is false
TARGET_ENABLE_BLUR := true
RISING_MAINTAINER=EliteDarkKaiser
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=lynx \
PRIVATE_BUILD_DESC="lynx-user 14 AP2A.240905.003 12231197 release-keys"
BUILD_FINGERPRINT := google/lynx/lynx:14/AP2A.240905.003/12231197:user/release-keys
$(call inherit-product, vendor/google/lynx/lynx-vendor.mk)