summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-12-02 15:40:20 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-02 15:40:20 -0800
commit9dbcc2a46e7ac5b93771986e7b219e152e0fd7b7 (patch)
tree3aeaccab211e03ae1e23c064a86ac7213db0818d
parentf5a27ac6f497f8a8e56fada1e5531a2dc07011c4 (diff)
parent473d4e0316cf1445657b759dde79257e940f2893 (diff)
downloadtaimen-temp_b_145570283.tar.gz
Import the soong namespace hardware/google/pixeltemp_b_145570283
am: 473d4e0316 Change-Id: Ic4f7d30b5e7fe4bd223409b6f1957bdc488f6f2c
-rw-r--r--Android.bp5
-rw-r--r--device.mk3
2 files changed, 8 insertions, 0 deletions
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.