From c49dad539dc657c465efd8667fc8120fbca12829 Mon Sep 17 00:00:00 2001 From: Max Weffers Date: Thu, 15 Aug 2019 17:35:17 +0200 Subject: [PATCH] sdm660-common: Add basic inherits for android pie --- sdm660.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sdm660.mk b/sdm660.mk index 1745c408..fb110518 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -21,6 +21,12 @@ # definition file). # +# Inherit from those products. Most specific first. +$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk) +$(call inherit-product, $(SRC_TARGET_DIR)/product/product_launched_with_o_mr1.mk) +$(call inherit-product-if-exists, build/target/product/embedded.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)