Ran google3 clang-format on cdm source.
Merge from http://go/wvgerrit/144969 Test: build m android.hardware.drm-service.widevine -j128 Test: atest VtsAidlHalDrmTargetTest Bug: 216720425 Change-Id: Ie1872d2a48e3b3645853e9831816afecffac747f
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
* at the top of your source file) to change that behavior.
|
||||
*/
|
||||
#ifndef LOG_NDEBUG
|
||||
#ifdef NDEBUG
|
||||
#define LOG_NDEBUG 1
|
||||
#else
|
||||
#define LOG_NDEBUG 0
|
||||
#endif
|
||||
# ifdef NDEBUG
|
||||
# define LOG_NDEBUG 1
|
||||
# else
|
||||
# define LOG_NDEBUG 0
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define LOG_TAG "WVCdm"
|
||||
@@ -24,9 +24,9 @@
|
||||
#include "log.h"
|
||||
|
||||
#ifdef IS_HIDL
|
||||
#include <hwbinder/IPCThreadState.h>
|
||||
# include <hwbinder/IPCThreadState.h>
|
||||
#else // AIDL is the default
|
||||
#include <binder/IPCThreadState.h>
|
||||
# include <binder/IPCThreadState.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user