forked from GrapheneOS-Archive/device_google_taimen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrevengeos_taimen.mk
30 lines (23 loc) · 1 KB
/
revengeos_taimen.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
# Inherit some common RevengeOS stuff
$(call inherit-product, vendor/revengeos/config/common.mk)
# Inherit from the common Open Source product configuration
$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
# Inherit device configuration
$(call inherit-product, device/google/taimen/aosp_taimen.mk)
# Device identifiers
PRODUCT_DEVICE := taimen
PRODUCT_NAME := revengeos_taimen
PRODUCT_BRAND := google
PRODUCT_MODEL := Pixel 2 XL
PRODUCT_MANUFACTURER := Google
PRODUCT_RELEASE_NAME := taimen
# Override Fingerprint for Safetynet passing
#PRODUCT_BUILD_PROP_OVERRIDES += \
# PRODUCT_NAME=taimen \
# PRIVATE_BUILD_DESC="redfin-user 11 RQ2A.210505.003 7255357 release-keys"
#BUILD_FINGERPRINT := google/redfin/redfin:11/RQ2A.210505.003/7255357:user/release-keys
# RevengeOS maintainer
REVENGEOS_BUILDTYPE := UNOFFICIAL
TARGET_BOOT_ANIMATION_RES := 1440
$(call inherit-product-if-exists, vendor/google/taimen/taimen-vendor.mk)