From b6090acdbe04cbd3c749182db9c507ccd93d9b04 Mon Sep 17 00:00:00 2001 From: Ivy <78825510+Lost-Entrepreneur439@users.noreply.github.com> Date: Tue, 1 Oct 2024 15:08:20 -0230 Subject: [PATCH] a20: Add common Lineage things --- lineage_a20.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lineage_a20.mk b/lineage_a20.mk index 0c86074..14e6aa9 100644 --- a/lineage_a20.mk +++ b/lineage_a20.mk @@ -10,6 +10,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/non_ab_device.mk) # Inherit LineageOS common device config $(call inherit-product, vendor/lineage/config/common_full_phone.mk) +# Inherit some common lineage stuff. +$(call inherit-product, vendor/lineage/config/common_full_phone.mk) + # Inherit device configuration $(call inherit-product, device/samsung/a20/device.mk)