sdm660-common: Add basic inherits for android pie

This commit is contained in:
Max Weffers 2019-08-15 17:35:17 +02:00
parent 0f3fd42e37
commit c49dad539d
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -21,6 +21,12 @@
# definition file). # 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 # Inherit proprietary files
$(call inherit-product, vendor/xiaomi/sdm660-common/sdm660-common-vendor.mk) $(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/xiaomi/MiuiCamera/config.mk)