diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 7a96a1b0f..0b5ace166 100644 --- a/target/product/core_minimal.mk +++ b/target/product/core_minimal.mk @@ -24,6 +24,7 @@ PRODUCT_NAME := core PRODUCT_PACKAGES += \ BackupRestoreConfirmation \ + WallpaperBackup \ ExtShared \ ExtServices \ DownloadProvider \ diff --git a/target/product/core_tiny.mk b/target/product/core_tiny.mk index 5a477c7a4..f9ec0328f 100644 --- a/target/product/core_tiny.mk +++ b/target/product/core_tiny.mk @@ -37,6 +37,7 @@ PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \ BackupRestoreConfirmation \ + WallpaperBackup \ DefaultContainerService \ ExtShared \ ExtServices \