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