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

Commit 86597868 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: 99cab193

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

Change-Id: Ia9f250a38c911e9f9f4ebd3e722c5d742cb44d9e
parents 72afcf7e 99cab193
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"