mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Build android.hardware.bluetooth* modules with BOARD_VNDK_VERSION
Add missing headers that aren't automatically included when BOARD_VNDK_VERSION is set. Bug: 37342627 Test: BOARD_VNDK_VERSION=current m -j <module> where <module> is android.hardware.bluetooth-async.vendor, android.hardware.bluetooth@1.0-impl.vendor, and android.hardware.bluetooth-hci.vendor Change-Id: Ifb14d254fa358fbd2b9fbeecb028d6efd18e9483
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
#include <thread>
|
||||
#include <utils/Log.h>
|
||||
#include <log/log.h>
|
||||
#include <vector>
|
||||
#include "fcntl.h"
|
||||
#include "sys/select.h"
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
#include <cutils/properties.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <log/log.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
|
||||
namespace android {
|
||||
namespace hardware {
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
#include <dlfcn.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <utils/Log.h>
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <log/log.h>
|
||||
|
||||
namespace android {
|
||||
|
||||
Reference in New Issue
Block a user