blob: 883bf2b7c761ef2353005d6c536ae1a45b8999b9 [file] [log] [blame]
Ytai Ben-Tsvib5db1dd2021-08-24 14:43:15 -07001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "hardware_interfaces_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["hardware_interfaces_license"],
8}
9
10java_binary {
11 name: "sthal_cli_2.3",
Cole Faust7b6acb32022-09-05 17:56:28 -070012 wrapper: "sthal_cli_2.3.sh",
Ytai Ben-Tsvib5db1dd2021-08-24 14:43:15 -070013 srcs: ["java/**/*.java"],
14 static_libs: [
15 "android.hardware.soundtrigger-V2.3-java",
16 ],
17}