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 eaf30e8..fccf27b 100644 --- a/device.mk +++ b/device.mk @@ -15,6 +15,10 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-4096-dalvik-heap.mk) DEVICE_PATH := device/sony/poplar_canada +# Soong +PRODUCT_SOONG_NAMESPACES += \ + $(DEVICE_PATH) + # Device uses high-density artwork where available PRODUCT_AAPT_CONFIG := normal hdpi xhdpi PRODUCT_AAPT_PREF_CONFIG := xhdpi