diff --git a/common/Android.bp b/common/Android.bp index a546e6f..55228b6 100644 --- a/common/Android.bp +++ b/common/Android.bp @@ -315,6 +315,18 @@ android_app_import { product_specific: true, } +android_app_import { + name: "AmbientStreaming", + owner: "gms", + apk: "proprietary/product/priv-app/AmbientStreaming/AmbientStreaming.apk", + presigned: true, + dex_preopt: { + enabled: false, + }, + privileged: true, + product_specific: true, +} + android_app_import { name: "ConfigUpdater", owner: "gms", @@ -331,7 +343,7 @@ android_app_import { name: "DeviceIntelligenceNetworkPrebuilt", owner: "gms", apk: "proprietary/product/priv-app/DeviceIntelligenceNetworkPrebuilt/DeviceIntelligenceNetworkPrebuilt.apk", - certificate: "platform", + presigned: true, dex_preopt: { enabled: false, }, @@ -343,7 +355,7 @@ android_app_import { name: "DevicePersonalizationPrebuiltPixel2020", owner: "gms", apk: "proprietary/product/priv-app/DevicePersonalizationPrebuiltPixel2020/DevicePersonalizationPrebuiltPixel2020.apk", - certificate: "platform", + presigned: true, dex_preopt: { enabled: false, }, diff --git a/common/common-vendor.mk b/common/common-vendor.mk index b6e5ee7..2241097 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -182,6 +182,7 @@ PRODUCT_PACKAGES += \ YouTube \ arcore \ talkback \ + AmbientStreaming \ AndroidAutoStubPrebuilt \ ConfigUpdater \ DeviceIntelligenceNetworkPrebuilt \ diff --git a/common/proprietary/product/priv-app/AmbientStreaming/AmbientStreaming.apk b/common/proprietary/product/priv-app/AmbientStreaming/AmbientStreaming.apk new file mode 100644 index 0000000..b2e3477 Binary files /dev/null and b/common/proprietary/product/priv-app/AmbientStreaming/AmbientStreaming.apk differ diff --git a/proprietary-files.txt b/proprietary-files.txt index 0397583..f6658be 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -1,5 +1,8 @@ # All unpinned blobs below are extracted from cheetah-td1a.220804.031-factory-6152f6f3 +# AmbientStreaming +-product/priv-app/AmbientStreaming/AmbientStreaming.apk;PRESIGNED + # AndroidAuto -product/priv-app/AndroidAutoStubPrebuilt/AndroidAutoStubPrebuilt.apk;PRESIGNED @@ -135,7 +138,7 @@ product/app/WebViewGoogle/WebViewGoogle.apk.gz -system_ext/priv-app/GoogleServicesFramework/GoogleServicesFramework.apk;PRESIGNED # Intelligence --product/priv-app/DeviceIntelligenceNetworkPrebuilt/DeviceIntelligenceNetworkPrebuilt.apk +-product/priv-app/DeviceIntelligenceNetworkPrebuilt/DeviceIntelligenceNetworkPrebuilt.apk;PRESIGNED # Keyboard -product/app/LatinIMEGooglePrebuilt/LatinIMEGooglePrebuilt.apk;OVERRIDES=LatinIME;PRESIGNED