Files
android_development/samples/VoiceInteractionService/Android.bp
Ahaan Ugale ae5665592c HotwordDetectionService prototype.
See README.

Bug: 168305377
Test: manual
Change-Id: Ida12b8b96c1367acbca28c3f4127c5bbc07a6d93
2022-07-18 15:52:07 -07:00

16 lines
328 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "SampleVoiceInteractor",
srcs: ["**/*.java"],
min_sdk_version: "30",
target_sdk_version: "30",
sdk_version: "system_current",
privileged: true,
static_libs: [
"androidx.annotation_annotation",
],
}