berlna: Define a soong namespace

Change-Id: Ie9baab9b7691bb568ba61c2f703aec1661f328c1
This commit is contained in:
Nolen Johnson
2025-01-20 01:01:51 -05:00
parent ea9d3b741c
commit d7a7fd4e16
2 changed files with 6 additions and 0 deletions

2
Android.bp Normal file
View File

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

View File

@@ -109,5 +109,9 @@ PRODUCT_PACKAGES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit from vendor blobs
$(call inherit-product, vendor/motorola/berlna/berlna-vendor.mk)