Commented out export of missing CRML source file to avoid build error.
There are no known side effects of this file being missing, so this seems a reasonable way to avoid the build error.
/** @file ../include/stdbool.h
@internalComponent
*/
/** @def __bool_true_false_are_defined
Expands to the integer constant 1.
@publishedAll
@externallyDefinedApi
*/
/** @typedef typedef int _Bool
int value either to store 0 or 1.
@publishedAll
@externallyDefinedApi
*/