From 769c05aa7cc30878fd34214c7c371fc0b4815f48 Mon Sep 17 00:00:00 2001 From: Ethan Chen Date: Tue, 2 Oct 2018 13:51:03 +0200 Subject: [PATCH] dubai: Use Soong namespace to avoid device build conflicts Change-Id: Id04f464102264b6f2e8d49b39389c7e346613b39 --- Android.bp | 2 ++ device.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/device.mk b/device.mk index 87f22a7..37874e2 100644 --- a/device.mk +++ b/device.mk @@ -92,5 +92,8 @@ PRODUCT_PACKAGES += \ PRODUCT_COPY_FILES += \ frameworks/native/data/etc/android.hardware.nfc.hcef.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.nfc.hcef.xml +# Soong namespaces +PRODUCT_SOONG_NAMESPACES += $(LOCAL_PATH) + # Inherit from vendor blobs $(call inherit-product, vendor/motorola/dubai/dubai-vendor.mk)