From 337e0084df904ed8c74194fdd1651008fa7d41d3 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Mon, 17 Jun 2019 18:38:44 -0700 Subject: [PATCH] Version dependant target should included version in name As a V6.0 version needs to be created. Note that this target is not used anywhere explicitly. There seem to be some magic to "xsd_config", probably has to do with the package_name. Bug: 134940862 Test: build Change-Id: Id6935c5458294981cb778f3647ec01ee34a34e2f Signed-off-by: Kevin Rocard --- audio/effect/5.0/xml/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/effect/5.0/xml/Android.bp b/audio/effect/5.0/xml/Android.bp index 967135ce51..eb2bcee8e7 100644 --- a/audio/effect/5.0/xml/Android.bp +++ b/audio/effect/5.0/xml/Android.bp @@ -1,6 +1,6 @@ xsd_config { - name: "audio_effects_conf", + name: "audio_effects_conf_V5_0", srcs: ["audio_effects_conf.xsd"], package_name: "audio.effects.V5_0", }