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

Commit 7bccb79b authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "cpp: use proper nativehelper headers"

parents 9c968023 60cc6c03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#include "FontUtils.h"

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

namespace android {
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "GraphicBuffer"

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

#include "android_os_Parcel.h"
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#include "PdfUtils.h"

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

#include "fpdfview.h"

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
#define LOG_TAG "HardwareBuffer"

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

#include "android_os_Parcel.h"
#include "android/graphics/GraphicsJNI.h"
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "DisplayViewport-JNI"

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

#include <android_hardware_display_DisplayViewport.h>
Loading