vendor: Inherit certification repo if exists
Signed-off-by: Dmitrii <bankersenator@gmail.com>
Signed-off-by: Jis G Jacob <studiokeys@blissroms.org>
diff --git a/config/common.mk b/config/common.mk
index 0d1bb8a..41840a2 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -227,3 +227,7 @@
PRODUCT_COPY_FILES += \
vendor/bliss/prebuilt/common/etc/sysconfig/quick_tap.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/quick_tap.xml
endif
+
+# Certification
+$(call inherit-product-if-exists, vendor/certification/config.mk)
+