clover: use call inherit instead of include

This commit is contained in:
Max Weffers 2018-12-03 12:26:45 +01:00
parent a4a52dd998
commit e6002e72b7
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -32,7 +32,7 @@ DEVICE_PACKAGE_OVERLAYS += \
$(DEVICE_PATH)/overlay
# Device properties
include $(DEVICE_PATH)/device_prop.mk
$(call inherit-product, $(DEVICE_PATH)/device_prop.mk)
# These are the hardware-specific features
PRODUCT_COPY_FILES += \