sdm710-common: Add updatable_apex.mk
The product abstracts configs that need to be set to support updating of APEXes. Change-Id: Id5aa944ceba6a6846308f1c18a08af8b3bb38589 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
def6db396f
commit
9414a0fa4e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
|||
# Get non-open-source specific aspects
|
||||
$(call inherit-product-if-exists, vendor/realme/sdm710-common/sdm710-common-vendor.mk)
|
||||
|
||||
# Enable updating of APEXes
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk)
|
||||
|
||||
# Boot animation
|
||||
TARGET_SCREEN_HEIGHT := 2244
|
||||
TARGET_SCREEN_WIDTH := 1080
|
||||
|
|
Loading…
Reference in a new issue