diff --git a/common/Android.bp b/common/Android.bp index cde6d2fb..402cadfb 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -258,6 +258,17 @@ android_app_import { product_specific: true, } +android_app_import { + name: "WallpaperEmojiPrebuilt", + owner: "gms", + apk: "proprietary/product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk", + presigned: true, + dex_preopt: { + enabled: false, + }, + product_specific: true, +} + android_app_import { name: "WebViewGoogle-Stub", owner: "gms", diff --git a/common/common-vendor.mk b/common/common-vendor.mk index afaf1782..fda5b3fc 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -178,6 +178,7 @@ PRODUCT_PACKAGES += \ SoundAmplifierPrebuilt \ SoundPickerPrebuilt \ TrichromeLibrary-Stub \ + WallpaperEmojiPrebuilt \ WebViewGoogle-Stub \ YouTube \ arcore \ diff --git a/common/proprietary/product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk b/common/proprietary/product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk new file mode 100644 index 00000000..741cc43c Binary files /dev/null and b/common/proprietary/product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk differ diff --git a/proprietary-files.txt b/proprietary-files.txt index 5d06f08c..c7e9b000 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -107,6 +107,9 @@ product/app/WebViewGoogle/WebViewGoogle.apk.gz -product/app/PrebuiltGoogleTelemetryTvp/PrebuiltGoogleTelemetryTvp.apk;PRESIGNED -product/priv-app/HelpRtcPrebuilt/HelpRtcPrebuilt.apk;PRESIGNED +# Emoji Wallpaper +-product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk;PRESIGNED + # Files -product/priv-app/FilesPrebuilt/FilesPrebuilt.apk;PRESIGNED -system_ext/priv-app/StorageManagerGoogle/StorageManagerGoogle.apk;OVERRIDES=StorageManager;PRESIGNED