commit | 77a4c05a7e974f96d9f91ebcc7f64eae3be56aa6 | [log] [tgz] |
---|---|---|
author | Jakub Pawlowski <jpawlowski@google.com> | Wed Oct 19 18:46:21 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Oct 19 18:46:21 2016 +0000 |
tree | 56a4f864e6b63d331cfd797f67c71abd8e2223f5 | |
parent | 6b6400720a0832d747e4d7860948b339ad1bfb51 [diff] | |
parent | 7b4adb1dbc6a0ae1e2b3136d8b5c81d18a6522dc [diff] |
Merge "Get rid of dependency on core from linux build (2/2)"
diff --git a/include/hardware/hardware.h b/include/hardware/hardware.h index bf076f6..5ba37e9 100644 --- a/include/hardware/hardware.h +++ b/include/hardware/hardware.h
@@ -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