forked from LineageOS/android_device_google_shusky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lineage_shiba.mk
42 lines (32 loc) · 1.14 KB
/
lineage_shiba.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
#
# 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/shusky/aosp_shiba.mk)
$(call inherit-product, device/google/zuma/lineage_common.mk)
# GApps
WITH_GMS := true
$(call inherit-product-if-exists, vendor/gms/gms_full.mk)
TARGET_HAS_UDFPS := true
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_IS_PIXEL := true
TARGET_IS_PIXEL_8 := true
PRODUCT_BROKEN_VERIFY_USES_LIBRARIES := true
include device/google/shusky/shiba/device-lineage.mk
# Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 8
PRODUCT_NAME := lineage_shiba
# Boot animation
TARGET_SCREEN_HEIGHT := 2400
TARGET_SCREEN_WIDTH := 1080
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_PRODUCT=shiba \
PRIVATE_BUILD_DESC="shiba-user 14 AP1A.240405.002 11480754 release-keys"
BUILD_FINGERPRINT := google/shiba/shiba:14/AP1A.240405.002/11480754:user/release-keys
$(call inherit-product, vendor/google/shiba/shiba-vendor.mk)