21 lines
501 B
Plaintext
21 lines
501 B
Plaintext
android_app {
|
|
name: "VoiceCommand",
|
|
system_ext_specific: true,
|
|
libs: [
|
|
"mediatek-common",
|
|
"mediatek-framework",
|
|
],
|
|
srcs: ["src/**/*.java"],
|
|
platform_apis: true,
|
|
// Enroll sound model to Native, must need a priv app.
|
|
privileged: true,
|
|
jni_libs: ["libvoicerecognition_jni"],
|
|
compile_multilib: "both",
|
|
certificate: "platform",
|
|
proprietary: false,
|
|
owner: "mtk",
|
|
optimize: {
|
|
proguard_flags_files: ["proguard.flags"],
|
|
},
|
|
}
|