sdm660-common: Add basic inherits for android pie
This commit is contained in:
parent
0f3fd42e37
commit
c49dad539d
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue