Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85b661ae authored by Cole Faust's avatar Cole Faust
Browse files

Remove symlink to audio_effects_conf.xsd

A change is being made so that sandboxed actions need to add a
dependency on the targets of the symlinks they use. All xsd_config
modules use sandboxing by default.

In this case, the symlink isn't necessary, and we can just depend
on the audio_effects_conf_V2_0 genrule instead.

Bug: 307824623
Test: Presubmits
Change-Id: Ia3c2e8adced78b39881d8c0390c881c0d28ecde4
parent 3cf2309b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,6 +9,6 @@ package {

xsd_config {
    name: "audio_effects_conf_V5_0",
    srcs: ["audio_effects_conf.xsd"],
    srcs: [":audio_effects_conf_V2_0"],
    package_name: "audio.effects.V5_0",
}
+0 −1
Original line number Diff line number Diff line
../../2.0/xml/audio_effects_conf.xsd
 No newline at end of file