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

Commit 3e10c511 authored by Orion Hodson's avatar Orion Hodson Committed by Android (Google) Code Review
Browse files

Merge "Update to use nativehelper/JNIPlatformHelp.h" into rvc-dev-plus-aosp

parents 4736a94d 864d3041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
 */

#include "jni.h"
#include <nativehelper/JNIHelp.h>
#include <nativehelper/JNIPlatformHelp.h>

#include "core_jni_helpers.h"
#include <unistd.h>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "FileBackupHelper_native"
#include <utils/Log.h>

#include <nativehelper/JNIHelp.h>
#include <nativehelper/JNIPlatformHelp.h>
#include <android_runtime/AndroidRuntime.h>

#include <androidfw/BackupHelpers.h>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "FileBackupHelper_native"
#include <utils/Log.h>

#include <nativehelper/JNIHelp.h>
#include <nativehelper/JNIPlatformHelp.h>
#include "core_jni_helpers.h"

#include <androidfw/BackupHelpers.h>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "BackupHelperDispatcher_native"
#include <utils/Log.h>

#include <nativehelper/JNIHelp.h>
#include <nativehelper/JNIPlatformHelp.h>
#include <android_runtime/AndroidRuntime.h>

#include <sys/types.h>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "FileBackupHelper_native"
#include <utils/Log.h>

#include <nativehelper/JNIHelp.h>
#include <nativehelper/JNIPlatformHelp.h>
#include "core_jni_helpers.h"

#include <androidfw/BackupHelpers.h>
Loading