Don't use clang's builtin unicode chars.
Since libutils has its own definitions of char(16|32)_t in Unicode.h,
we need to be sure that we match their definition (otherwise we'll see
build failures for redefinitions). We can't use __char(16|32)_t
because that's only available on clang, but we need binary
compatibility with GCC compiled static libraries.
This shouldn't live long, but is needed to fix the Mac build until I
get around to getting rid of the conflicting libutils definitions.
Bug: 18300613
Change-Id: I48508e849953fdc19b091a1ff16d3ab10a6205f3
1 file changed