diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..9515b25 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +} diff --git a/kona.mk b/kona.mk index 5e6ec69..fe0646f 100644 --- a/kona.mk +++ b/kona.mk @@ -13,5 +13,9 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/updatable_apex.mk) # Include GSI keys $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk) +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH) + # Inherit the proprietary files $(call inherit-product, vendor/xiaomi/sm8250-common/sm8250-common-vendor.mk)