From 279e76caed07a815622b88adbe6ea04910b3645f Mon Sep 17 00:00:00 2001 From: John Pan Date: Thu, 25 Jan 2024 17:19:28 +0800 Subject: [PATCH] Build CM4/KM4/TK4 default CMF color wallpaper Bug: 321990833 Test: Build pass; Manual Change-Id: Ide83ad816cebd158f2a131e88da1aaf3766f50d5 --- device-caiman.mk | 1 + device-komodo.mk | 1 + device-tokay.mk | 1 + 3 files changed, 3 insertions(+) diff --git a/device-caiman.mk b/device-caiman.mk index faeaa76e..cfa36a84 100644 --- a/device-caiman.mk +++ b/device-caiman.mk @@ -26,6 +26,7 @@ endif $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-caiman.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersCaiman.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/caiman/device-vendor-caiman.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) diff --git a/device-komodo.mk b/device-komodo.mk index 1d6a82b2..76ae5f2b 100644 --- a/device-komodo.mk +++ b/device-komodo.mk @@ -26,6 +26,7 @@ endif $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-komodo.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersKomodo.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/komodo/device-vendor-komodo.mk) $(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk) diff --git a/device-tokay.mk b/device-tokay.mk index f242891a..6c86793d 100644 --- a/device-tokay.mk +++ b/device-tokay.mk @@ -19,6 +19,7 @@ TARGET_BOARD_KERNEL_HEADERS := device/google/caimito-kernel/kernel-headers $(call inherit-product-if-exists, vendor/google_devices/caimito/prebuilts/device-vendor-tokay.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/prebuilts/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/WallpapersTokay.mk) $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/caimito/proprietary/tokay/device-vendor-tokay.mk)