diff --git a/target/product/core_minimal.mk b/target/product/core_minimal.mk index 9b904ee45f..469b4fcd5b 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 5a477c7a41..f9ec0328fa 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 \