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

Commit a5bf77d5 authored by Ayushi Khopkar's avatar Ayushi Khopkar
Browse files

Add host support in extractor libraries

Added host support for following extractors:
aac, flac, mkv, mp3, ogg

Test: Build libaacextractor extractor for host
Test: Build libflacextractor extractor for host
Test: Build libmkvextractor extractor for host
Test: Build libmp3extractor extractor for host
Test: Build liboggextractor extractor for host
Bug: 151788604
Bug: 151789217
Bug: 151788863
Bug: 151789959
Bug: 151790133

Change-Id: I6991827a1da5b1cd6fbc52bd303d18cc031dd4de
parent fe7d5dbc
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -10,4 +10,11 @@ cc_library {
        "libutils",
    ],

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },
}
+8 −0
Original line number Diff line number Diff line
@@ -20,4 +20,12 @@ cc_library {
        "libutils",
    ],

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },

}
+8 −0
Original line number Diff line number Diff line
@@ -21,4 +21,12 @@ cc_library {
        "libutils",
    ],

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },

}
+7 −0
Original line number Diff line number Diff line
@@ -13,4 +13,11 @@ cc_library {
        "libstagefright_foundation",
    ],

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },
}
+7 −0
Original line number Diff line number Diff line
@@ -20,4 +20,11 @@ cc_library {
        "libvorbisidec",
    ],

    host_supported: true,

    target: {
        darwin: {
            enabled: false,
        },
    },
}