mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 07:28:14 +00:00
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
|
|
genrule {
|
||
|
|
name: "audio_effects_conf_V2_0",
|
||
|
|
srcs: ["audio_effects_conf.xsd"],
|
||
|
|
out: [
|
||
|
|
"audio_effects_conf_V2_0.xsd",
|
||
|
|
],
|
||
|
|
cmd: "cp -f $(in) $(genDir)/audio_effects_conf_V2_0.xsd",
|
||
|
|
}
|