2021-04-07 14:12:12 -07:00
|
|
|
package {
|
2024-02-05 15:45:22 +00:00
|
|
|
default_team: "trendy_team_android_media_audio_framework",
|
2021-04-07 14:12:12 -07:00
|
|
|
// See: http://go/android-license-faq
|
|
|
|
|
// A large-scale-change added 'default_applicable_licenses' to import
|
|
|
|
|
// all of the 'license_kinds' from "hardware_interfaces_license"
|
|
|
|
|
// to get the below license kinds:
|
|
|
|
|
// SPDX-license-identifier-Apache-2.0
|
|
|
|
|
default_applicable_licenses: ["hardware_interfaces_license"],
|
|
|
|
|
}
|
|
|
|
|
|
2021-03-19 11:12:35 -07:00
|
|
|
java_binary {
|
|
|
|
|
name: "sthal_cli_3",
|
2022-09-05 17:56:28 -07:00
|
|
|
wrapper: "sthal_cli_3.sh",
|
2021-03-19 11:12:35 -07:00
|
|
|
srcs: ["java/**/*.java"],
|
|
|
|
|
static_libs: [
|
|
|
|
|
"android.hardware.soundtrigger3-V1-java",
|
|
|
|
|
],
|
|
|
|
|
}
|