forked from LineageOS/android_device_google_lynx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlineage_lynx.mk
36 lines (29 loc) · 1.11 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
#
# SPDX-FileCopyrightText: 2021-2024 The LineageOS Project
# SPDX-FileCopyrightText: 2021-2024 The Calyx Institute
# SPDX-License-Identifier: Apache-2.0
#
# Inherit some common 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/lynx/device-lineage.mk)
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 7a
PRODUCT_NAME := lineage_lynx
# Crdroid Extra Stuff
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_IS_PIXEL := true
TARGET_HAS_UDFPS := true
TARGET_BOOT_ANIMATION_RES := 1080
EXTRA_UDFPS_ANIMATIONS := true
# Use Scudo instead of Jemalloc
PRODUCT_USE_SCUDO := true
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="lynx-user 15 AP4A.250205.002 12821496 release-keys" \
BuildFingerprint=google/lynx/lynx:15/AP4A.250205.002/12821496:user/release-keys \
DeviceProduct=lynx
$(call inherit-product, vendor/google/lynx/lynx-vendor.mk)