From 5cdf1588ce1dfb23f1b31c85b6537818cbb193af Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Mon, 8 Feb 2021 09:36:57 +0100 Subject: [PATCH] sm8250-common: Setup namespace Change-Id: I97172190de6bcf572021b5a252a1dc587e1a3fc4 --- Android.bp | 2 ++ kona.mk | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 Android.bp 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)