Merge "liblog: Build Problem, BOOLEAN"

am: cb3e6ef154

* commit 'cb3e6ef15459388fc8fee2b4a3157ff0eac0714a':
  liblog: Build Problem, BOOLEAN
This commit is contained in:
Mark Salyzyn 2015-12-09 00:10:04 +00:00 committed by android-build-merger
commit 2625a74585

View file

@ -42,7 +42,7 @@ static void unlock()
struct cache {
const prop_info *pinfo;
uint32_t serial;
char c;
unsigned char c;
};
#define BOOLEAN_TRUE 0xFF