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

Commit ab9b60ef 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

Change-Id: I63c71141a74cdfe55080492353f1bb2cc4e5e696
parents 03389b70 82df72dc
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__))