Fix misc-macro-parentheses warnings.

Bug: 28705665
Change-Id: I1ad468741c6f117817099d2ba87374dce2b776a9
This commit is contained in:
Chih-Hung Hsieh
2016-05-17 15:20:14 -07:00
parent 0603c5dfc3
commit 92c6b825ad
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;