Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Get rid of dependency on core from linux build (2/2)
Browse files Browse the repository at this point in the history
When building bluetooth stack for linux, don't include
dependencies from core.
  • Loading branch information
Jakub Pawlowski committed Oct 19, 2016
1 parent 6b64007 commit 7b4adb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hardware/hardware.h
Expand Up @@ -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

Expand Down

0 comments on commit 7b4adb1

Please sign in to comment.