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

Commit 3f72df3f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Merge "Extractors: Enable building static libraries for all extractors" am: 0bc430a1 am: 1bd0d9ec am: 6fe0c28f

Change-Id: I7f97f09a88a1b69fed3d97b76ed58885c2484318
parents fb0aaa0f 6fe0c28f
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