-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrr.mk
28 lines (22 loc) · 882 Bytes
/
rr.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
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# Inherit device configuration
$(call inherit-product, device/sony/lilac/device.mk)
### BOOTANIMATION
# vendor/lineage/config/common_full_phone.mk
TARGET_SCREEN_HEIGHT := 1280
TARGET_SCREEN_WIDTH := 720
# vendor/lineage/config/common.mk
TARGET_BOOTANIMATION_HALF_RES := true
### LINEAGE
$(call inherit-product, vendor/rr/config/common_full_phone.mk)
## Device identifier. This must come after all inclusions
PRODUCT_NAME := rr_lilac
PRODUCT_DEVICE := lilac
PRODUCT_BRAND := Sony
PRODUCT_MODEL := G8441
PRODUCT_MANUFACTURER := Sony
PRODUCT_BUILD_PROP_OVERRIDES += \
PRODUCT_NAME=lilac \
BUILD_FINGERPRINT=Sony/lilac/lilac:8.0.0/OPR6.170623.013/1:user/dev-keys