commit | 1770b3b44a617bf49a17052ee81f04598ed1eca5 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Fri Nov 09 16:42:24 2018 -0800 |
committer | Kevin Rocard <krocard@google.com> | Wed Nov 28 17:54:35 2018 -0800 |
tree | f04778d3ac616a1f6d99045aee69569dfe883f86 | |
parent | 55b1061d9ceb5d7de1fbeef3f6f6db32d46f6219 [diff] |
Audio HAL: Cleanup implementation Rename files so that, if they are in a X.0 folder, their name does not contain that version number. That allows for easier copy paste when creating a new version. Conversion.h was included from the all-versions instead of the X.0 headers. This in incoherent with the other headers. Add VersionMacro.h that will be used in the follow up patch. Also remove shim from VNDK as only stable ABI&API libraries should be part of it. Test: Compile Bug: 118203066 Change-Id: I9cd77b3df5ccede5ae51c3cc94fab5939c51d9ef Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/effect/2.0/vts/functional/Android.bp b/audio/effect/2.0/vts/functional/Android.bp index 1760e01..f3fefc3 100644 --- a/audio/effect/2.0/vts/functional/Android.bp +++ b/audio/effect/2.0/vts/functional/Android.bp
@@ -18,7 +18,7 @@ name: "VtsHalAudioEffectV2_0TargetTest", defaults: ["VtsHalTargetTestDefaults"], srcs: [ - "VtsHalAudioEffectV2_0TargetTest.cpp", + "VtsHalAudioEffectTargetTest.cpp", "ValidateAudioEffectsConfiguration.cpp" ], static_libs: [
diff --git a/audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp b/audio/effect/2.0/vts/functional/VtsHalAudioEffectTargetTest.cpp similarity index 100% rename from audio/effect/2.0/vts/functional/VtsHalAudioEffectV2_0TargetTest.cpp rename to audio/effect/2.0/vts/functional/VtsHalAudioEffectTargetTest.cpp
diff --git a/audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd b/audio/effect/2.0/xml/audio_effects_conf.xsd similarity index 100% rename from audio/effect/2.0/xml/audio_effects_conf_V2_0.xsd rename to audio/effect/2.0/xml/audio_effects_conf.xsd