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