It seems that Windows actually does have a header for <stdbool.h>.

Change-Id: I25d7846c066135f0af1fef2995bcb86397b23226
diff --git a/include/arch/windows/AndroidConfig.h b/include/arch/windows/AndroidConfig.h
index 806887b..bb8e5ef 100644
--- a/include/arch/windows/AndroidConfig.h
+++ b/include/arch/windows/AndroidConfig.h
@@ -311,7 +311,7 @@
 /*
  * Define if <stdbool.h> exists.
  */
-/* #define HAVE_STDBOOL_H */
+#define HAVE_STDBOOL_H
 
 /*
  * Define if <sched.h> exists.