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)