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

Commit 1bd0d9ec authored by Manisha Jajoo's avatar Manisha Jajoo Committed by android-build-merger
Browse files

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

am: 0bc430a1

Change-Id: I4dddab5bccee791c9d5a2c7e014723bf78078f93
parents d224afe8 0bc430a1
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