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

Commit 834763b2 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

jni: move security interfaces to private

Test: Compile & boot smoke
Bug: 19235719
Bug: 26552300
Bug: 31289077
Bug: 31456426
Change-Id: I09328bda5d58138ad222f082bdd3688a97df5b35
parent 141a2840
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
#include "JNIHelp.h"
#include "JNIHelp.h"
#include "core_jni_helpers.h"
#include "core_jni_helpers.h"
#include "jni.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.
// The size of the tag number comes out of the payload size.
#define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))
#define MAX_EVENT_PAYLOAD (LOGGER_ENTRY_MAX_PAYLOAD - sizeof(int32_t))
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
#include "JNIHelp.h"
#include "JNIHelp.h"
#include "core_jni_helpers.h"
#include "core_jni_helpers.h"
#include "jni.h"
#include "jni.h"
#include "log/logger.h"
#include <log/logger.h>


#define UNUSED  __attribute__((__unused__))
#define UNUSED  __attribute__((__unused__))