-
Notifications
You must be signed in to change notification settings - Fork 5
/
evo.mk
40 lines (31 loc) · 1.04 KB
/
evo.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
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
$(call inherit-product, vendor/lineage/config/BoardConfigSoong.mk)
$(call inherit-product, device/lineage/sepolicy/common/sepolicy.mk)
PRODUCT_DEVICE := evolution_arm64_bgN
PRODUCT_BRAND := google
PRODUCT_SYSTEM_BRAND := google
PRODUCT_MANUFACTURER := google
PRODUCT_SYSTEM_MANUFACTURER := google
PRODUCT_MODEL := Evolution X GSI
# No kernel image
TARGET_NO_KERNEL_OVERRIDE := true
TARGET_NO_KERNEL_IMAGE := true
PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS := false
#BUILD_BROKEN_DUP_RULES := true
TARGET_BOOT_ANIMATION_RES := 1080
# To enable Face Unlock
TARGET_SUPPORTS_64_BIT_APPS := true
# OTA
PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \
ro.system.ota.json_url=https://raw.githubusercontent.com/mytja/treble_evo/udc/ota.json
# SELinux
#SELINUX_IGNORE_NEVERALLOWS := true
TARGET_USES_PREBUILT_VENDOR_SEPOLICY := true
# Evolution X
EVO_BUILD_TYPE := Unofficial
# Additional packages
PRODUCT_PACKAGES += \
OpenEUICC
# Evolution X maintainer overlay
PRODUCT_PACKAGES += \
SettingsResGsi