Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c95bdb2 authored by Ray Essick's avatar Ray Essick
Browse files

Remove VTS reference to non-shipping OMX/xaac plugin

Bug: 152435602
Test: atest VtsHalMediaOmxV1_0TargetMasterTest
Change-Id: I961993056d545c8a78062abf7ce8d99d9a5bfe43
parent ccc44f3f
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -34,12 +34,7 @@ static const struct {
    const char *mRole;

} kComponents[] = {
    // two choices for aac decoding.
    // configurable in media/libstagefright/data/media_codecs_google_audio.xml
    // default implementation
    { "OMX.google.aac.decoder", "aacdec", "audio_decoder.aac" },
    // alternate implementation
    { "OMX.google.xaac.decoder", "xaacdec", "audio_decoder.aac" },
    { "OMX.google.aac.encoder", "aacenc", "audio_encoder.aac" },
    { "OMX.google.amrnb.decoder", "amrdec", "audio_decoder.amrnb" },
    { "OMX.google.amrnb.encoder", "amrnbenc", "audio_encoder.amrnb" },