From 2f93c7c8a89ed6a643ad340fe9c57fb135884e82 Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 24 Aug 2022 15:40:22 +0200 Subject: [PATCH] a20: Inherit non_ab_device.mk * This is required to build applypatch for updating recovery Change-Id: I38053691f7724b5d6c30159c410d5d04ac136180 --- lineage_a20.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lineage_a20.mk b/lineage_a20.mk index b5c795c..e89071c 100644 --- a/lineage_a20.mk +++ b/lineage_a20.mk @@ -5,6 +5,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) # Inherit device configuration $(call inherit-product, device/samsung/a20/device.mk)