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

Commit 0bc430a1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Extractors: Enable building static libraries for all extractors"

parents 3eef87ec be7e57f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cc_library_shared {
cc_library {

    srcs: ["AACExtractor.cpp"],

+1 −1
Original line number Diff line number Diff line
cc_library_shared {
cc_library {

    srcs: ["AMRExtractor.cpp"],

+1 −1
Original line number Diff line number Diff line
cc_library_shared {
cc_library {

    srcs: ["FLACExtractor.cpp"],

+1 −1
Original line number Diff line number Diff line
cc_library_shared {
cc_library {

    srcs: ["MidiExtractor.cpp"],

+1 −1
Original line number Diff line number Diff line
cc_library_shared {
cc_library {

    srcs: ["MatroskaExtractor.cpp"],

Loading