mirror of
https://github.com/yurisieucuti/treble_evolution.git
synced 2024-12-04 18:45:56 +00:00
11 lines
457 B
Makefile
11 lines
457 B
Makefile
$(call inherit-product, vendor/evolution/config/common_full_phone.mk)
|
|
$(call inherit-product, vendor/evolution/config/BoardConfigSoong.mk)
|
|
$(call inherit-product, device/evolution/sepolicy/common/sepolicy.mk)
|
|
-include vendor/evolution/build/core/config.mk
|
|
|
|
TARGET_NO_KERNEL_OVERRIDE := true
|
|
TARGET_NO_KERNEL_IMAGE := true
|
|
SELINUX_IGNORE_NEVERALLOWS := true
|
|
TARGET_BOOT_ANIMATION_RES := 1080
|
|
BOARD_EXT4_SHARE_DUP_BLOCKS := true
|
|
BUILD_BROKEN_DUP_RULES := true
|