matissewifi: set device soong namespace

This commit is contained in:
matteo0026 2021-01-14 18:26:37 +01:00
parent a3f6be04bd
commit 5927afe1ca
2 changed files with 6 additions and 0 deletions

2
Android.bp Normal file
View File

@ -0,0 +1,2 @@
soong_namespace {
}

View File

@ -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)