blob: a45eecc04905fabcd5ce0aa5d44b5c93a47ce80b [file] [log] [blame]
Bob Badourb224b362021-02-12 20:13:01 -08001package {
Aditya Choudharyc5c6c622024-01-31 11:06:17 +00002 default_team: "trendy_team_android_media_audio_framework",
Bob Badourb224b362021-02-12 20:13:01 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "hardware_interfaces_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["hardware_interfaces_license"],
9}
10
nelsonli3c12e582019-12-12 13:53:49 +080011genrule {
12 name: "audio_effects_conf_V4_0",
Cole Faust36efc062023-11-29 13:49:21 -080013 srcs: [":audio_effects_conf_V2_0"],
nelsonli3c12e582019-12-12 13:53:49 +080014 out: [
15 "audio_effects_conf_V4_0.xsd",
16 ],
Cole Faust36efc062023-11-29 13:49:21 -080017 cmd: "cp -f $(in) $(out)",
nelsonli3c12e582019-12-12 13:53:49 +080018}