summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-12-02 15:40:22 -0800
committerandroid-build-merger <android-build-merger@google.com>2019-12-02 15:40:22 -0800
commit4947b8dc10ea3da8e27dce212be72714d297c589 (patch)
treeeaa284c2cd248888fd711dcaf20eadf35b84858b
parent018b2075cb8bebd64131a0ece0cb4a09809ff6e0 (diff)
parent923ea6cb43bdeaa8aadf585314bb074852b130ab (diff)
downloadmuskie-temp_b_145570283.tar.gz
Import the soong namespace hardware/google/pixeltemp_b_145570283
am: 923ea6cb43 Change-Id: I66505371a87a4ba9db65ad994f9b6cd9218f0778
-rw-r--r--Android.bp5
-rw-r--r--device-walleye.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-walleye.mk b/device-walleye.mk
index e1dec8d..eebfb0f 100644
--- a/device-walleye.mk
+++ b/device-walleye.mk
@@ -20,6 +20,9 @@ PRODUCT_AAPT_PREBUILT_DPI := xxhdpi xhdpi hdpi
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.