clover: device: call new makefiles in common
This commit is contained in:
parent
2c932aebb6
commit
0be4289165
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
||||||
# definition file).
|
# definition file).
|
||||||
#
|
#
|
||||||
|
|
||||||
include device/xiaomi/sdm660-common/PlatformConfig.mk
|
include device/xiaomi/sdm660-common/BoardConfigCommon.mk
|
||||||
|
|
||||||
# Device Path
|
# Device Path
|
||||||
DEVICE_PATH := device/xiaomi/clover
|
DEVICE_PATH := device/xiaomi/clover
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
# Inherit the sdm660-common definitions
|
# Inherit the sdm660-common definitions
|
||||||
$(call inherit-product, device/xiaomi/sdm660-common/platform.mk)
|
$(call inherit-product, device/xiaomi/sdm660-common/sdm660.mk)
|
||||||
|
|
||||||
# Device Path
|
# Device Path
|
||||||
DEVICE_PATH := device/xiaomi/clover
|
DEVICE_PATH := device/xiaomi/clover
|
||||||
|
|
Loading…
Reference in a new issue