hiphi: Enable back updatable apexes
Signed-off-by: DarkJoker360 <simoespo159@gmail.com> Signed-off-by: 7Soldier <reg.fm4@gmail.com>
This commit is contained in:
parent
171243a4ef
commit
e4c8e4b906
2 changed files with 1 additions and 3 deletions
|
@ -35,9 +35,6 @@ TARGET_2ND_CPU_ABI2 := armeabi
|
|||
TARGET_2ND_CPU_VARIANT := generic
|
||||
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a75
|
||||
|
||||
# APEX
|
||||
OVERRIDE_TARGET_FLATTEN_APEX := true
|
||||
|
||||
# Bootloader
|
||||
TARGET_BOOTLOADER_BOARD_NAME := hiphi
|
||||
TARGET_NO_BOOTLOADER := true
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
$(call inherit-product, $(SRC_TARGET_DIR)/product/base.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit_only.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Inherit some common TWRP stuff.
|
||||
$(call inherit-product, vendor/twrp/config/common.mk)
|
||||
|
|
Loading…
Reference in a new issue