mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-10-31 19:37:29 +00:00
matissewifi: set device soong namespace
This commit is contained in:
parent
a3f6be04bd
commit
5927afe1ca
2 changed files with 6 additions and 0 deletions
2
Android.bp
Normal file
2
Android.bp
Normal file
|
@ -0,0 +1,2 @@
|
|||
soong_namespace {
|
||||
}
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue