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:
Jakub Pawlowski 2016-10-18 20:24:53 -07:00
parent 6b6400720a
commit 7b4adb1dbc

View file

@ -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