From 407390c280f61ea8f528cd934cd6877fed605ac7 Mon Sep 17 00:00:00 2001 From: Ray Sollium <120764243+RaySollium99@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:28:00 -0300 Subject: [PATCH] Update lineage.mk --- lineage.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lineage.mk b/lineage.mk index 0815213..8d929ea 100644 --- a/lineage.mk +++ b/lineage.mk @@ -2,6 +2,8 @@ # SPDX-License-Identifier: Apache-2.0 $(call inherit-product, device/samsung/on5xelte/on5xelte.mk) +$(call inherit-product, device/samsung/universal7570-common/device-common.mk) +$(call inherit-product, vendor/samsung/universal7570-common-vendor.mk) # Inherit some common Lineage stuff. $(call inherit-product, vendor/lineage/config/common_full_phone.mk)