fogos: Use Soong namespace to avoid device build conflicts

Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39
This commit is contained in:
Ethan Chen 2024-07-04 12:56:42 +05:30 committed by Anand S
parent f55b8ae257
commit 24112b5dea
No known key found for this signature in database
GPG key ID: 3B2983FA448B3D61
2 changed files with 5 additions and 0 deletions

2
Android.bp Normal file
View file

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

View file

@ -99,5 +99,8 @@ 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/fogos/fogos-vendor.mk)