clover: Setup device soong namespace
Change-Id: I2e9c0ab68a0fe86ba18e3955e2823b87d88e835a Signed-off-by: Erfan Abdi <erfangplus@gmail.com>
This commit is contained in:
parent
28322472be
commit
0724652ce7
2 changed files with 7 additions and 1 deletions
|
@ -24,3 +24,5 @@
|
|||
subdirs = [
|
||||
"*"
|
||||
]
|
||||
soong_namespace {
|
||||
}
|
||||
|
|
|
@ -28,6 +28,10 @@ $(call inherit-product, device/xiaomi/sdm660-common/sdm660.mk)
|
|||
# Device Path
|
||||
DEVICE_PATH := device/xiaomi/clover
|
||||
|
||||
# Soong
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(DEVICE_PATH)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(DEVICE_PATH)/overlay
|
||||
|
|
Loading…
Reference in a new issue