blob: 050425a1c42786ec2b5f320dab6bf56e28e437fc [file] [log] [blame]
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",
}