From 5927afe1cadf18fc442d85e07d0c177beff73209 Mon Sep 17 00:00:00 2001 From: matteo0026 Date: Thu, 14 Jan 2021 18:26:37 +0100 Subject: [PATCH] matissewifi: set device soong namespace --- Android.bp | 2 ++ device.mk | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..722b775 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +} \ No newline at end of file diff --git a/device.mk b/device.mk index 38bee3a..83d0ab1 100644 --- a/device.mk +++ b/device.mk @@ -20,6 +20,10 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk) # Overlays DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH) + # Get non-open-source specific aspects $(call inherit-product-if-exists, vendor/samsung/matissewifi/matissewifi-vendor.mk)