mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
android: Fix build errors due to missing headers
In file included from ./android/hardware/bluetooth.h:24:0, from android/hal_bt_sock.c:20: ./android/hardware/hardware.h:23:34: fatal error: cutils/native_handle.h: No such file or directory #include <cutils/native_handle.h> ^ In file included from ./android/hardware/bluetooth.h:24:0, from android/hal_bluetooth.c:23: ./android/hardware/hardware.h:23:29: fatal error: system/graphics.h: No such file or directory #include <system/graphics.h> ^
This commit is contained in:
parent
eab79de68f
commit
ed169a38f8
@ -20,9 +20,6 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include <cutils/native_handle.h>
|
||||
#include <system/graphics.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user