-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathlineage.mk
More file actions
28 lines (20 loc) · 857 Bytes
/
lineage.mk
File metadata and controls
28 lines (20 loc) · 857 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 := 1920
TARGET_SCREEN_WIDTH := 1080
TARGET_BOOTANIMATION_HALF_RES := true
# Inherit some common Lineage stuff
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
# Inherit device configuration
$(call inherit-product, device/bq/piccolo/full_piccolo.mk)
PRODUCT_RELEASE_NAME := Aquaris M5
PRODUCT_NAME := lineage_piccolo
# Set product device & name
PRODUCT_BUILD_PROP_OVERRIDES += \
TARGET_DEVICE=Aquaris_M5 PRODUCT_NAME=Aquaris_M5
PRODUCT_BUILD_PROP_OVERRIDES += \
PRIVATE_BUILD_DESC="piccolo-user 7.1.2 N2G47H 5.1.0_20180205-1243 release-keys"
BUILD_FINGERPRINT := bq/Aquaris_M5/Aquaris_M5:7.1.2/N2G47H/1517833600:user/release-keys
PRODUCT_GMS_CLIENTID_BASE := android-bq
# Vendor security patch level
PRODUCT_PROPERTY_OVERRIDES += \
ro.lineage.build.vendor_security_patch=2018-01-05