From e71934965be9c52b09fbfb916ab48649f7f73aa2 Mon Sep 17 00:00:00 2001 From: John Pan Date: Wed, 24 May 2023 08:55:31 +0000 Subject: [PATCH] Build HK3/SB3 default CMF color wallpaper Bug: 274862523 Test: Build pass; Manual Change-Id: If24b149a547b8c9bf90f5677c6c621af4dbba25a --- device-husky.mk | 1 + device-shiba.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/device-husky.mk b/device-husky.mk index 6f582b4..84ef861 100644 --- a/device-husky.mk +++ b/device-husky.mk @@ -27,6 +27,7 @@ $(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device- $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/husky/device-vendor-husky.mk) $(call inherit-product-if-exists, vendor/google_devices/husky/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) +$(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/WallpapersHusky.mk) # display DEVICE_PACKAGE_OVERLAYS += device/google/shusky/husky/overlay diff --git a/device-shiba.mk b/device-shiba.mk index da1d33e..b3c1230 100644 --- a/device-shiba.mk +++ b/device-shiba.mk @@ -22,6 +22,7 @@ $(call inherit-product-if-exists, vendor/google_devices/zuma/prebuilts/device-ve $(call inherit-product-if-exists, vendor/google_devices/zuma/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/shiba/device-vendor-shiba.mk) $(call inherit-product-if-exists, vendor/google_devices/shiba/proprietary/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/shusky/proprietary/WallpapersShiba.mk) DEVICE_PACKAGE_OVERLAYS += device/google/shusky/shiba/overlay