sm8450-common: Import missing AtFwd2 app

Change-Id: Ie1d25e22e3b06aa586b0f3e7e8c2045933e2adf7
This commit is contained in:
Arian 2024-10-23 10:40:59 +02:00
parent b26d1811e4
commit 06f4c0af86
3 changed files with 12 additions and 0 deletions

View File

@ -9655,6 +9655,17 @@ android_app_import {
product_specific: true, product_specific: true,
} }
android_app_import {
name: "AtFwd2",
owner: "xiaomi",
apk: "proprietary/system_ext/app/AtFwd2/AtFwd2.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
system_ext_specific: true,
}
android_app_import { android_app_import {
name: "ImsRcsService", name: "ImsRcsService",
owner: "xiaomi", owner: "xiaomi",

Binary file not shown.

View File

@ -770,6 +770,7 @@ PRODUCT_PACKAGES += \
uimgbaservice \ uimgbaservice \
HotwordEnrollmentOKGoogleHEXAGON_WIDEBAND \ HotwordEnrollmentOKGoogleHEXAGON_WIDEBAND \
HotwordEnrollmentXGoogleHEXAGON_WIDEBAND \ HotwordEnrollmentXGoogleHEXAGON_WIDEBAND \
AtFwd2 \
ImsRcsService \ ImsRcsService \
PowerOffAlarm \ PowerOffAlarm \
QCC \ QCC \