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

Commit 45448309 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Chris Manton
Browse files

floss: Missing <memory> and initflags dep

Add a missing #include <memory> and deps on gd. The dependency on
initflags was added via the use of the log messages.

Bug: 200174377
Bug: 195344796
Tag: #floss
Test: ./build.py
Change-Id: Ic1ed5aaf1c62a08f33fde14b5c170b92d7eae1d9
parent 7cd47c70
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -29,6 +29,10 @@ source_set("udrv") {
  ]

  configs += [
    "//bt:target_defaults"
    "//bt:target_defaults",
  ]

  deps = [
    "//bt/gd:gd_default_deps"
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#ifndef UIPC_H
#define UIPC_H

#include <memory>
#include <mutex>

#define UIPC_CH_ID_AV_CTRL 0