Get rid of dependency on core from linux build (2/2)
When building bluetooth stack for linux, don't include dependencies from core.
This commit is contained in:
parent
6b6400720a
commit
7b4adb1dbc
1 changed files with 2 additions and 0 deletions
|
@ -20,8 +20,10 @@
|
|||
#include <stdint.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef _HW_DONT_INCLUDE_CORE_
|
||||
#include <cutils/native_handle.h>
|
||||
#include <system/graphics.h>
|
||||
#endif // _HW_DONT_INCLUDE_CORE_
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in a new issue