diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..c028497 --- /dev/null +++ b/Android.bp @@ -0,0 +1,5 @@ +soong_namespace { + imports: [ + "hardware/google/pixel", + ], +} diff --git a/device.mk b/device.mk index 6ed96cd..35e0645 100644 --- a/device.mk +++ b/device.mk @@ -20,6 +20,9 @@ PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi PRODUCT_HARDWARE := taimen +# To build taimen specific modules e.g. librecovery_ui_taimen. +PRODUCT_SOONG_NAMESPACES += device/google/taimen + # DEVICE_PACKAGE_OVERLAYS for the device should be before # including common overlays since the one listed first # takes precedence.