From 0a8271b2c9ac2856b0d019625cc52e7ab40afb4a Mon Sep 17 00:00:00 2001 From: Alessandro Astone Date: Thu, 29 Oct 2020 08:40:54 +0100 Subject: [PATCH] jd2019: Define a soong namespace Change-Id: Ida759ee1786c667e766da29103f0ecb54950c104 Signed-off-by: Chenyang Zhong --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 724bd28..8bd89fa 100644 --- a/device.mk +++ b/device.mk @@ -41,6 +41,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/gps/sap.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sap.conf \ $(LOCAL_PATH)/gps/xtwifi.conf:$(TARGET_COPY_OUT_VENDOR)/etc/xtwifi.conf +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH) + # WiFi PRODUCT_PACKAGES += \ TargetWifiOverlay \ No newline at end of file