Merge "build: replace non open source path with QCPATH"
This commit is contained in:
commit
7453e0df90
|
@ -665,7 +665,7 @@ DEVICE_PACKAGE_OVERLAYS += device/qcom/common/overlay
|
|||
# For PRODUCT_COPY_FILES, the first instance takes precedence.
|
||||
# Since we want use QC specific files, we should inherit
|
||||
# device-vendor.mk first to make sure QC specific files gets installed.
|
||||
$(call inherit-product-if-exists, vendor/qcom/proprietary/common/config/device-vendor.mk)
|
||||
$(call inherit-product-if-exists, $(QCPATH)/common/config/device-vendor.mk)
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
|
||||
PRODUCT_BRAND := qcom
|
||||
|
|
Loading…
Reference in New Issue