sm8250-common: Setup namespace

Change-Id: I97172190de6bcf572021b5a252a1dc587e1a3fc4
This commit is contained in:
Sebastiano Barezzi 2021-02-08 09:36:57 +01:00
parent 983ba325f3
commit 5cdf1588ce
No known key found for this signature in database
GPG Key ID: 47760583F393BC44
2 changed files with 6 additions and 0 deletions

2
Android.bp Normal file
View File

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

View File

@ -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)