sm6375-common: Setup Soong namespace

Change-Id: Iff7cc3586c36dda8edefd935c811e89f7994959f
This commit is contained in:
Ramii Ahmed
2022-03-31 12:11:36 +00:00
parent f7a77ab414
commit 0d4804f02a
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 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/gsi_keys.mk)
PRODUCT_BUILD_SUPER_PARTITION := false
PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Update engine
PRODUCT_PACKAGES += \
update_engine \