peridot: Add Hotword enrollment blobs
Change-Id: I4f445cea9e597061df1f002e08a06088d2c5c2d0
This commit is contained in:
33
Android.bp
33
Android.bp
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user