-
Notifications
You must be signed in to change notification settings - Fork 1
/
bliss_lemonadep.mk
43 lines (33 loc) · 1.18 KB
/
bliss_lemonadep.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
#
# Copyright (C) 2021-2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# Inherit from those products. Most specific first.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from lemonadep device
$(call inherit-product, device/oneplus/lemonadep/device.mk)
# Inherit some common bliss stuff.
$(call inherit-product, vendor/bliss/config/common_full_phone.mk)
BLISS_BUILDTYPE := OFFICIAL
# Boot Animation
TARGET_BOOT_ANIMATION_RES := 1080
# UDFPS animations
EXTRA_UDFPS_ANIMATIONS := true
# Gapps
TARGET_ESSENTIAL_GAPPS := true
TARGET_STOCK_GAPPS := true
PRODUCT_NAME := bliss_lemonadep
PRODUCT_DEVICE := lemonadep
PRODUCT_MANUFACTURER := OnePlus
PRODUCT_BRAND := OnePlus
PRODUCT_MODEL := LE2125
PRODUCT_GMS_CLIENTID_BASE := android-oneplus
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="OnePlus9Pro-user 14 UKQ1.230924.001 R.1a46f9a_1-1 release-keys" \
BuildFingerprint=OnePlus/OnePlus9Pro/OnePlus9Pro:14/UKQ1.230924.001/R.1a46f9a_1-1:user/release-keys \
DeviceName=OnePlus9Pro \
DeviceProduct=OnePlus9Pro \
SystemDevice=OnePlus9Pro \
SystemName=OnePlus9Pro