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

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

Merge "Use the correct headers for header_only_library dependencies on libnativehelper."

parents 70eb2960 342d9855
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -21,11 +21,10 @@
#include <mediaplayer2/JavaVMHelper.h>
#include <mediaplayer2/JMedia2HTTPConnection.h>
#include <media/stagefright/foundation/ADebug.h>
#include <nativehelper/ScopedLocalRef.h>
#include <nativehelper/scoped_local_ref.h>

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

namespace android {

+1 −2
Original line number Diff line number Diff line
@@ -25,8 +25,7 @@
#include <mediaplayer2/JMedia2HTTPConnection.h>
#include <media/stagefright/foundation/ADebug.h>

#include <nativehelper/JNIHelp.h>
#include <nativehelper/ScopedLocalRef.h>
#include <nativehelper/scoped_local_ref.h>

namespace android {

+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@

#include <media/stagefright/MediaDefs.h>
#include <media/stagefright/Utils.h>
#include <nativehelper/JNIHelp.h>
#include <utils/Log.h>

#include "log/log.h"