gms: Add Emoji Wallpaper
This commit is contained in:
parent
bb1127db8b
commit
749db6ebab
|
@ -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",
|
||||
|
|
|
@ -178,6 +178,7 @@ PRODUCT_PACKAGES += \
|
|||
SoundAmplifierPrebuilt \
|
||||
SoundPickerPrebuilt \
|
||||
TrichromeLibrary-Stub \
|
||||
WallpaperEmojiPrebuilt \
|
||||
WebViewGoogle-Stub \
|
||||
YouTube \
|
||||
arcore \
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue