From 5f44f936a78e7f858722ca482930eeb20aeaecdb Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Mon, 31 Dec 2018 16:28:57 +0100 Subject: [PATCH] sdm660-common: Add miui camera repo if the repo exists --- sdm660.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm660.mk b/sdm660.mk index 04400534..6ae9cda1 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -23,6 +23,7 @@ # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) +$(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk) COMMON_PATH := device/xiaomi/sdm660-common