sm8550-common: Create a device specific Soong namespace.

Change-Id: Ide70e1a2c12ce975cdcec25f9dfea412f8fb993d
This commit is contained in:
Jeff Gaston
2017-11-09 17:21:27 -08:00
committed by chaptsand
parent 363619850f
commit 2245c9964c
2 changed files with 5 additions and 0 deletions

2
Android.bp Normal file
View File

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

View File

@@ -57,6 +57,9 @@ PRODUCT_PACKAGES += \
init.samsung.power.rc \ init.samsung.power.rc \
init.samsung.rc init.samsung.rc
# Namespaces
PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH)
# Partitions # Partitions
PRODUCT_USE_DYNAMIC_PARTITIONS := true PRODUCT_USE_DYNAMIC_PARTITIONS := true