diff options
| author | Siluxsept <ronny.horn.rh@gmail.com> | 2024-11-20 16:30:20 +0100 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2024-11-20 16:30:20 +0100 |
| commit | 453a24c42edff77cb80b83d6dcea323e0871a157 (patch) | |
| tree | e9ec0338137ed947fa92ee27af51545c21001fac | |
| parent | c66ecf16c2d7c440fa2167558ac6d5b5e8961daa (diff) | |
b4s4: include PifPrebuilt.apku14.0
Change-Id: I895d08e67b14771aa25ae494c93ec90c4002a490
| -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 |
