From c288e2ee18f83f5332f9778c340e45d5901f5aac Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Mon, 16 Sep 2019 08:49:14 +0200 Subject: [PATCH] sdm660-common: include gapps if the path exsists --- sdm660.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/sdm660.mk b/sdm660.mk index b41ca07c..bd00d79a 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -33,6 +33,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) # Inherit proprietary files $(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(call inherit-product-if-exists, vendor/xiaomi/MiuiCamera/config.mk) +$(call inherit-product-if-exists, vendor/gapps/common/common-vendor.mk) COMMON_PATH := device/xiaomi/sdm660-common