Merge "jni: move security interfaces to private"

am: 07bc1ee77d

Change-Id: Ic46ceb9fce64a7db977013254622bc24b91f6f3e
This commit is contained in:
Mark Salyzyn
2016-10-07 15:17:05 +00:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
#include "JNIHelp.h"
#include "core_jni_helpers.h"
#include "jni.h"
#include "log/logger.h"
#include <private/android_logger.h>
// The size of the tag number comes out of the payload size.
#define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))

View File

@@ -19,7 +19,7 @@
#include "JNIHelp.h"
#include "core_jni_helpers.h"
#include "jni.h"
#include "log/logger.h"
#include <log/logger.h>
#define UNUSED __attribute__((__unused__))