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

Commit 1f586f8b authored by Jeremy Wu's avatar Jeremy Wu
Browse files

Floss: fix |bluetooth/log.h| build issues for linux

aosp/2953903 made a refactor about the logs while some of the linux
components that weren't built by the time.

This CL fixes some minor issues to allow the build.

Bug: 314227872
Test: m Bluetooth
Flag: EXEMPT floss only changes
Change-Id: Ice19f179e29b8f232539b7ed0938a5996eee5851
parent c3aa1ff8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ const int A2DP_AAC_MAX_LEN_REPR = 4;
const int A2DP_AAC_MAX_PREFIX_SIZE =
    AVDT_MEDIA_HDR_SIZE + A2DP_AAC_HEADER_LEN + A2DP_AAC_MAX_LEN_REPR;

using namespace bluetooth;

class FFmpegInterface {
 public:
  // Updates the context and configures codec parameters.
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ source_set("libcodec_server_a2dp_aac") {
  configs += [
    "//bt/system:target_defaults",
    "//bt/system/stack/mmc:target_defaults",
    "//bt/system/log:log_defaults",
  ]
  include_dirs = [
    "//bt/system",