From abcf70abdb58a78dd45f70ee8aae3fd2e24f65d6 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Sun, 26 May 2024 10:29:06 -0300 Subject: [PATCH] sm8550-common: Inherit non_ab_device.mk * This is required to build applypatch for updating recovery Change-Id: I38053691f7724b5d6c30159c410d5d04ac136180 --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 7891997..17da3ab 100644 --- a/common.mk +++ b/common.mk @@ -13,6 +13,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk) # Enforce generic ramdisk allow list $(call inherit-product, $(SRC_TARGET_DIR)/product/generic_ramdisk.mk) +# Non_ab_device +$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) + # Setup dalvik vm configs $(call inherit-product, frameworks/native/build/phone-xhdpi-6144-dalvik-heap.mk)