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

Commit ceb123bf authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "jni: move security interfaces to private" am: 07bc1ee7 am: 82df72dc

am: ab9b60ef

Change-Id: I08006648ded070d3f10243f02882e2bdeab8c741
parents 02f95f0c ab9b60ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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))
+1 −1
Original line number Diff line number Diff line
@@ -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__))