Import the soong namespace hardware/google/pixel

So we can use the libmisc_writer under pixel.

Bug: 131775112
Test: build
Change-Id: Iccb32eda3c2bd583413f83c1f899bba04135af22
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-walleye.mk b/device-walleye.mk
index e1dec8d..eebfb0f 100644
--- a/device-walleye.mk
+++ b/device-walleye.mk
@@ -20,6 +20,9 @@
 
 PRODUCT_HARDWARE := walleye
 
+# To build walleye specific modules e.g. librecovery_ui_walleye.
+PRODUCT_SOONG_NAMESPACES += device/google/muskie
+
 # DEVICE_PACKAGE_OVERLAYS for the device should be before
 # including common overlays since the one listed first
 # takes precedence.