diff --git a/audio/effect/4.0/xml/Android.bp b/audio/effect/4.0/xml/Android.bp index 8c03a35fbb..bdffe6065b 100644 --- a/audio/effect/4.0/xml/Android.bp +++ b/audio/effect/4.0/xml/Android.bp @@ -9,9 +9,9 @@ package { genrule { name: "audio_effects_conf_V4_0", - srcs: ["audio_effects_conf.xsd"], + srcs: [":audio_effects_conf_V2_0"], out: [ "audio_effects_conf_V4_0.xsd", ], - cmd: "cp -f $(in) $(genDir)/audio_effects_conf_V4_0.xsd", + cmd: "cp -f $(in) $(out)", } diff --git a/audio/effect/4.0/xml/audio_effects_conf.xsd b/audio/effect/4.0/xml/audio_effects_conf.xsd deleted file mode 120000 index 9d85fa7c68..0000000000 --- a/audio/effect/4.0/xml/audio_effects_conf.xsd +++ /dev/null @@ -1 +0,0 @@ -../../2.0/xml/audio_effects_conf.xsd \ No newline at end of file