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

Commit ab983078 authored by Abhishek Pandit-Subedi's avatar Abhishek Pandit-Subedi Committed by Martin Brabham
Browse files

floss: Linux build fixes

Bug: 216863527
Tag: #floss
Test: emerge-zork floss and ./build.py
Change-Id: I48a96d0a90d69372f0158c43a96efaf43df6f915
parent 1086091d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@
 * limitations under the License.
 */

#include <base/callback.h>

#include "bta_le_audio_api.h"

class LeAudioClientImpl : public LeAudioClient {
@@ -41,7 +43,7 @@ void LeAudioClient::Initialize(
    base::Closure initCb, base::Callback<bool()> hal_2_1_verifier,
    const std::vector<bluetooth::le_audio::btle_audio_codec_config_t>&
        offloading_preference) {}
void LeAudioClient::Cleanup(void) {}
void LeAudioClient::Cleanup(base::Callback<void()> cleanupCb) {}
LeAudioClient* LeAudioClient::Get(void) { return nullptr; }
void LeAudioClient::DebugDump(int fd) {}
void LeAudioClient::AddFromStorage(const RawAddress& addr, bool autoconnect) {}
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ source_set("BluetoothOsSources_linux") {

source_set("BluetoothOsSources_linux_generic") {
  sources = [
    "handler.cc",
    "linux_generic/alarm.cc",
    "linux_generic/files.cc",
    "linux_generic/reactive_semaphore.cc",