-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathlineage_taimen.mk
More file actions
28 lines (22 loc) · 995 Bytes
/
lineage_taimen.mk
File metadata and controls
28 lines (22 loc) · 995 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
# Boot animation
TARGET_SCREEN_HEIGHT := 2880
TARGET_SCREEN_WIDTH := 1440
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit from the common Open Source product configuration.
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
# Inherit device specific stuff.
$(call inherit-product, device/google/taimen/device.mk)
## Device identifier. This must come after all inclusions
PRODUCT_BRAND := google
PRODUCT_DEVICE := taimen
PRODUCT_MANUFACTURER := Google
PRODUCT_MODEL := Pixel 2 XL
PRODUCT_NAME := lineage_taimen
PRODUCT_RESTRICT_VENDOR_FILES := false
PRODUCT_BUILD_PROP_OVERRIDES += \
BuildDesc="taimen-user 11 RP1A.201005.004.A1 6934943 release-keys" \
BuildFingerprint=google/taimen/taimen:11/RP1A.201005.004.A1/6934943:user/release-keys \
DeviceName=taimen
$(call inherit-product, vendor/google/taimen/taimen-vendor.mk)