Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42ce5698 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

Merge "libbinder: remove INT32_MAX definition" am: 1ed80f45 am: 0d9cdd28 am: e8607e2b

am: 3eba2d73

Change-Id: I241698880a24aaad9b0d178e339ec6a0848420a8
parents 2a0fb94b 3eba2d73
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -50,10 +50,6 @@
#include <private/binder/binder_module.h>
#include "Static.h"

#ifndef INT32_MAX
#define INT32_MAX ((int32_t)(2147483647))
#endif

#define LOG_REFS(...)
//#define LOG_REFS(...) ALOG(LOG_DEBUG, LOG_TAG, __VA_ARGS__)
#define LOG_ALLOC(...)