lmi: Namespace the tree

Change-Id: I4642cbdff50e5f43e35dffb726565a829a8ccada
This commit is contained in:
Sebastiano Barezzi
2021-12-09 20:24:28 +01:00
parent 1510a25bab
commit 8c023eee7d
2 changed files with 6 additions and 0 deletions

2
Android.bp Normal file
View File

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

View File

@@ -43,6 +43,10 @@ TARGET_HAS_FOD := true
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.sensor.barometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.barometer.xml
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Inherit from sm8250-common
$(call inherit-product, device/xiaomi/sm8250-common/kona.mk)