From 77687a9d6655b4eebcd79ddad0a52e4cb8fbc5b7 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 --- full_a20.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/full_a20.mk b/full_a20.mk index ef9fce5..4baa72b 100644 --- a/full_a20.mk +++ b/full_a20.mk @@ -7,6 +7,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.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)