summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zimmermann <tim@linux4.de>2022-08-24 15:40:22 +0200
committerGiovanni Ricca <giovanniricca@proton.me>2024-06-19 22:03:01 +0200
commit31f7c11ab0d42992bf549892ab17f51d0965f5b4 (patch)
tree6d45eb54c8c50afa932584dde1cc537a6dd3b228
parent44f0b479836651c48e7514dccaf14f9d965a506c (diff)
miatoll: Inherit non_ab_device.mk
* This is required to build applypatch for updating recovery Change-Id: I38053691f7724b5d6c30159c410d5d04ac136180
-rw-r--r--lineage_miatoll.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lineage_miatoll.mk b/lineage_miatoll.mk
index 291eda1..ac25e67 100644
--- a/lineage_miatoll.mk
+++ b/lineage_miatoll.mk
@@ -7,6 +7,7 @@
# Inherit from those 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)
# Inherit some common Lineage stuff.
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)