From a5a1566cd6d58195fdc9d332f82ce30d1d159b87 Mon Sep 17 00:00:00 2001 From: Pranav Vashi Date: Sun, 8 Dec 2024 14:58:50 +0530 Subject: [PATCH] crdroid: Include vendor/certification when available Change-Id: I09d1609bec14279c349349d203311653678bf1e5 Signed-off-by: Pranav Vashi --- config/common.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/config/common.mk b/config/common.mk index a3cb1f20..9de1ddf7 100644 --- a/config/common.mk +++ b/config/common.mk @@ -1,5 +1,6 @@ # Allow vendor/extra to override any property by setting it first $(call inherit-product-if-exists, vendor/extra/product.mk) +$(call inherit-product-if-exists, vendor/certification/config.mk) PRODUCT_BRAND ?= LineageOS