From 2245c9964c2a60a71d6d3fcf5906641d15aafae0 Mon Sep 17 00:00:00 2001 From: Jeff Gaston Date: Thu, 9 Nov 2017 17:21:27 -0800 Subject: [PATCH] sm8550-common: Create a device specific Soong namespace. Change-Id: Ide70e1a2c12ce975cdcec25f9dfea412f8fb993d --- Android.bp | 2 ++ common.mk | 3 +++ 2 files changed, 5 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/common.mk b/common.mk index faed456..dac89dd 100644 --- a/common.mk +++ b/common.mk @@ -57,6 +57,9 @@ PRODUCT_PACKAGES += \ init.samsung.power.rc \ init.samsung.rc +# Namespaces +PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) + # Partitions PRODUCT_USE_DYNAMIC_PARTITIONS := true