gms: Add Emoji Wallpaper
This commit is contained in:
parent
bb1127db8b
commit
749db6ebab
|
@ -258,6 +258,17 @@ android_app_import {
|
||||||
product_specific: true,
|
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 {
|
android_app_import {
|
||||||
name: "WebViewGoogle-Stub",
|
name: "WebViewGoogle-Stub",
|
||||||
owner: "gms",
|
owner: "gms",
|
||||||
|
|
|
@ -178,6 +178,7 @@ PRODUCT_PACKAGES += \
|
||||||
SoundAmplifierPrebuilt \
|
SoundAmplifierPrebuilt \
|
||||||
SoundPickerPrebuilt \
|
SoundPickerPrebuilt \
|
||||||
TrichromeLibrary-Stub \
|
TrichromeLibrary-Stub \
|
||||||
|
WallpaperEmojiPrebuilt \
|
||||||
WebViewGoogle-Stub \
|
WebViewGoogle-Stub \
|
||||||
YouTube \
|
YouTube \
|
||||||
arcore \
|
arcore \
|
||||||
|
|
Binary file not shown.
|
@ -107,6 +107,9 @@ product/app/WebViewGoogle/WebViewGoogle.apk.gz
|
||||||
-product/app/PrebuiltGoogleTelemetryTvp/PrebuiltGoogleTelemetryTvp.apk;PRESIGNED
|
-product/app/PrebuiltGoogleTelemetryTvp/PrebuiltGoogleTelemetryTvp.apk;PRESIGNED
|
||||||
-product/priv-app/HelpRtcPrebuilt/HelpRtcPrebuilt.apk;PRESIGNED
|
-product/priv-app/HelpRtcPrebuilt/HelpRtcPrebuilt.apk;PRESIGNED
|
||||||
|
|
||||||
|
# Emoji Wallpaper
|
||||||
|
-product/app/WallpaperEmojiPrebuilt/WallpaperEmojiPrebuilt.apk;PRESIGNED
|
||||||
|
|
||||||
# Files
|
# Files
|
||||||
-product/priv-app/FilesPrebuilt/FilesPrebuilt.apk;PRESIGNED
|
-product/priv-app/FilesPrebuilt/FilesPrebuilt.apk;PRESIGNED
|
||||||
-system_ext/priv-app/StorageManagerGoogle/StorageManagerGoogle.apk;OVERRIDES=StorageManager;PRESIGNED
|
-system_ext/priv-app/StorageManagerGoogle/StorageManagerGoogle.apk;OVERRIDES=StorageManager;PRESIGNED
|
||||||
|
|
Loading…
Reference in New Issue