clover: use call inherit instead of include
This commit is contained in:
parent
a4a52dd998
commit
e6002e72b7
1 changed files with 1 additions and 1 deletions
|
@ -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 += \
|
||||
|
|
Loading…
Reference in a new issue