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

Commit 5b649b30 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "floss: Fix cannot find os/bt_keystore.h and missing include" am:...

Merge "floss: Fix cannot find os/bt_keystore.h and missing include" am: 99cab193 am: 86597868 am: 179396f8

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1877922

Change-Id: I8862520bafe988176963b7baa9de93c78697d71c
parents 4a8bbc81 179396f8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ static_library("btif") {
    "//bt/device/include",
    "//bt/embdrv/sbc/encoder/include",
    "//bt/embdrv/sbc/decoder/include",
    "//bt/gd",
    "//bt/hci/include",
    "//bt/stack/a2dp",
    "//bt/stack/btm",
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@

#pragma once

#include <memory>

#include "btif/include/btif_hf.h"
#include "include/hardware/bluetooth_headset_callbacks.h"
#include "types/raw_address.h"