config: common_full: inherit from lineage

Change-Id: I32caf250294c2f923bb87e6c579346feb787660e
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/config/common_full.mk b/config/common_full.mk
index 6a6512b..38c7900 100644
--- a/config/common_full.mk
+++ b/config/common_full.mk
@@ -8,5 +8,8 @@
 # before including any other vendor overlays to allow overriding them.
 $(call inherit-product, vendor/shiftos/config/common_overlays.mk)
 
+# Inherit from Lineage vendor
+$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
+
 # Inherit from ShiftOS common
 $(call inherit-product, vendor/shiftos/config/common.mk)