rosemary: Add hotword blobs
This commit is contained in:
31
Android.bp
31
Android.bp
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user