From 53d71ce5508a4f56484d629a1ef161dace3317a1 Mon Sep 17 00:00:00 2001 From: Ching-Sung Li Date: Thu, 26 May 2022 14:38:51 +0800 Subject: [PATCH] Build C10/P10 default CMF color wallpaper Bug: 193776159 Test: Build pass; Manual Change-Id: I0b5bd5684420ad5e9b0bca1a328a921b777c78fe --- device-cheetah.mk | 1 + device-panther.mk | 1 + 2 files changed, 2 insertions(+) diff --git a/device-cheetah.mk b/device-cheetah.mk index 6e5ec3c..b15b03c 100644 --- a/device-cheetah.mk +++ b/device-cheetah.mk @@ -22,6 +22,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/cheetah/device-vendor-cheetah.mk) $(call inherit-product-if-exists, vendor/google_devices/cheetah/proprietary/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/WallpapersCheetah.mk) DEVICE_PACKAGE_OVERLAYS += device/google/pantah/cheetah/overlay diff --git a/device-panther.mk b/device-panther.mk index e75aa90..9fd7289 100644 --- a/device-panther.mk +++ b/device-panther.mk @@ -22,6 +22,7 @@ $(call inherit-product-if-exists, vendor/google_devices/gs201/prebuilts/device-v $(call inherit-product-if-exists, vendor/google_devices/gs201/proprietary/device-vendor.mk) $(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/panther/device-vendor-panther.mk) $(call inherit-product-if-exists, vendor/google_devices/panther/proprietary/device-vendor.mk) +$(call inherit-product-if-exists, vendor/google_devices/pantah/proprietary/WallpapersPanther.mk) DEVICE_PACKAGE_OVERLAYS += device/google/pantah/panther/overlay