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/device.mk b/device.mk index 4b7cc48..8c95960 100644 --- a/device.mk +++ b/device.mk @@ -13,3 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # + +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += \ + $(LOCAL_PATH)