diff options
| -rw-r--r-- | aicp.dependencies | 6 | ||||
| -rw-r--r-- | device-lineage.mk | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/aicp.dependencies b/aicp.dependencies index 78adf2a0..601fb041 100644 --- a/aicp.dependencies +++ b/aicp.dependencies @@ -22,5 +22,11 @@ "repository": "MindTheGapps/vendor_gapps", "target_path": "vendor/gapps", "branch": "upsilon" + }, + { + "remote": "aicp", + "repository": "Evolution-X/vendor_certification", + "target_path": "vendor/certification", + "branch": "udc" } ] diff --git a/device-lineage.mk b/device-lineage.mk index ec79d90c..c7dc0269 100644 --- a/device-lineage.mk +++ b/device-lineage.mk @@ -10,6 +10,9 @@ DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay-lineage # Add common definitions for Qualcomm $(call inherit-product, hardware/qcom-caf/common/common.mk) +# PifPrebuilt +$(call inherit-product-if-exists, vendor/certification/config.mk) + # AiAi Config PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/allowlist_com.google.android.as.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/allowlist_com.google.android.as.xml |
