Merge "Fix misc-macro-parentheses warnings." am: 64d4f64af0

am: 5405ce02c4

* commit '5405ce02c45b55c0ba12fd3131ae329506e91f94':
  Fix misc-macro-parentheses warnings.

Change-Id: I94cd974549d819d7a43733636ecd4a6e464b76eb
This commit is contained in:
Chih-hung Hsieh
2016-05-19 19:12:38 +00:00
committed by android-build-merger
4 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
#include "IDrmManagerService.h"
#define INVALID_BUFFER_LENGTH -1
#define INVALID_BUFFER_LENGTH (-1)
#define MAX_BINDER_TRANSACTION_SIZE ((1*1024*1024)-(4096*2))
using namespace android;