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

Commit 6315fa4a authored by Jeremy Wu's avatar Jeremy Wu
Browse files

Floss: remove unused library avformat

This CL removes the unused library to minimize required package size.

Bug: 314227872
Test: m Bluetooth
Flag: EXEMPT floss only changes
Change-Id: Ia9745b6bdf1ec9cf60f4a65eedced1c945128863
parent cdff4c63
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ source_set("libcodec_server_a2dp_aac") {
  libs = [
    # Following are for AAC using FFmpeg
    "avcodec",
    "avformat",
    "avutil",
  ]
}