diff options
Diffstat (limited to 'libs/ui/UiConfig.cpp')
-rw-r--r-- | libs/ui/UiConfig.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/ui/UiConfig.cpp b/libs/ui/UiConfig.cpp index 8b2130e..9e7ba8e 100644 --- a/libs/ui/UiConfig.cpp +++ b/libs/ui/UiConfig.cpp @@ -18,8 +18,11 @@ namespace android { +#ifdef FRAMEBUFFER_FORCE_FORMAT +// We need the two-level macro to stringify the contents of a macro argument #define STRINGIFY(x) #x #define TOSTRING(x) STRINGIFY(x) +#endif void appendUiConfigString(String8& configStr) { |