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

Commit be7e57f8 authored by Manisha Jajoo's avatar Manisha Jajoo
Browse files

Extractors: Enable building static libraries for all extractors

Current make files builds only shared libraries for extractors
Enable building static libraries for MediaTesting

Test: builds

Bug: 144965408

Change-Id: I4f05cfed60ac19b21aaeab396895b7b94eedee12
parent 097f05bd
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