From 85b661ae19e5198e2429a543a0d0dd76468791a6 Mon Sep 17 00:00:00 2001 From: Cole Faust Date: Thu, 30 Nov 2023 14:12:21 -0800 Subject: [PATCH] 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 --- audio/effect/5.0/xml/Android.bp | 2 +- audio/effect/5.0/xml/audio_effects_conf.xsd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 audio/effect/5.0/xml/audio_effects_conf.xsd diff --git a/audio/effect/5.0/xml/Android.bp b/audio/effect/5.0/xml/Android.bp index 7982e2a1a9..ed12e38b5c 100644 --- a/audio/effect/5.0/xml/Android.bp +++ b/audio/effect/5.0/xml/Android.bp @@ -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", } diff --git a/audio/effect/5.0/xml/audio_effects_conf.xsd b/audio/effect/5.0/xml/audio_effects_conf.xsd deleted file mode 120000 index 9d85fa7c68..0000000000 --- a/audio/effect/5.0/xml/audio_effects_conf.xsd +++ /dev/null @@ -1 +0,0 @@ -../../2.0/xml/audio_effects_conf.xsd \ No newline at end of file