peridot: Add Hotword enrollment blobs

Change-Id: I4f445cea9e597061df1f002e08a06088d2c5c2d0
This commit is contained in:
AdarshGrewal
2025-09-28 15:35:00 +05:30
parent 3c2a648585
commit aba68c5708
7 changed files with 78 additions and 0 deletions

View File

@@ -38810,6 +38810,30 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "HotwordEnrollmentXGoogleHEXAGON_WIDEBAND",
owner: "xiaomi",
apk: "proprietary/product/priv-app/HotwordEnrollmentXGoogleHEXAGON_WIDEBAND/HotwordEnrollmentXGoogleHEXAGON_WIDEBAND.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "HotwordEnrollmentYGoogleHEXAGON_WIDEBAND",
owner: "xiaomi",
apk: "proprietary/product/priv-app/HotwordEnrollmentYGoogleHEXAGON_WIDEBAND/HotwordEnrollmentYGoogleHEXAGON_WIDEBAND.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "AtFwd2",
owner: "xiaomi",
@@ -38963,6 +38987,15 @@ dex_import {
product_specific: true,
}
dex_import {
name: "com.android.hotwordenrollment.common.util",
owner: "xiaomi",
jars: [
"proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar",
],
system_ext_specific: true,
}
dex_import {
name: "qcrilhook",
owner: "xiaomi",