From 3d886ed58f05201531c92e40e70ba6840877ee8f Mon Sep 17 00:00:00 2001 From: mikairyuu Date: Fri, 24 Jun 2022 16:06:02 +1000 Subject: [PATCH] monet: Build PixelWallpapers2021 --- device.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/device.mk b/device.mk index 0550f75..e41849d 100644 --- a/device.mk +++ b/device.mk @@ -29,6 +29,10 @@ TARGET_HAS_FOD := true # Properties -include $(LOCAL_PATH)/properties.mk +# Pixel Wallpapers (2021) +PRODUCT_PACKAGES += \ + PixelWallpapers2021 + # Inherit from sm7250-common $(call inherit-product, device/xiaomi/sm7250-common/lito.mk)