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