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

Commit dbe7f049 authored by Sonny Sasaka's avatar Sonny Sasaka
Browse files

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

Fixing breakage in Linux build.

Bug: 203870024
Tag: #floss
Test: Manual - Build on Linux

Change-Id: I65424060d9f963e5f5bb94ace6294d908113a997
parent 4a9f1e65
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"