rosemary: Add hotword blobs

This commit is contained in:
Matsvei Niaverau
2023-05-31 16:56:39 +02:00
parent 5b5f12c847
commit 1566e0afb3
6 changed files with 54 additions and 0 deletions

View File

@@ -49,6 +49,30 @@ android_app_import {
privileged: true,
}
android_app_import {
name: "HotwordEnrollmentOKGoogleCORTEXM4",
owner: "xiaomi",
apk: "proprietary/product/priv-app/HotwordEnrollmentOKGoogleCORTEXM4/HotwordEnrollmentOKGoogleCORTEXM4.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
android_app_import {
name: "HotwordEnrollmentXGoogleCORTEXM4",
owner: "xiaomi",
apk: "proprietary/product/priv-app/HotwordEnrollmentXGoogleCORTEXM4/HotwordEnrollmentXGoogleCORTEXM4.apk",
certificate: "platform",
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}
dex_import {
name: "mediatek-common",
owner: "xiaomi",
@@ -103,6 +127,13 @@ dex_import {
jars: ["proprietary/framework/mediatek-telephony-common.jar"],
}
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,
}
prebuilt_etc_xml {
name: "vendor.mediatek.hardware.gpu@1.0-service",
owner: "xiaomi",