From 781e79b2b655df1414a6a1ef4e3e4f6e5ed991ab Mon Sep 17 00:00:00 2001 From: Tim Zimmermann Date: Wed, 24 Aug 2022 15:40:22 +0200 Subject: [PATCH] beyondx: Inherit non_ab_device.mk * This is required to build applypatch for updating recovery Change-Id: I38053691f7724b5d6c30159c410d5d04ac136180 --- lineage_beyondx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/lineage_beyondx.mk b/lineage_beyondx.mk index 60b1ad5..5b58845 100644 --- a/lineage_beyondx.mk +++ b/lineage_beyondx.mk @@ -17,6 +17,7 @@ ## Inherit from generic products, most specific first $(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) ## Product API level $(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_p.mk)