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

Commit d294ed9a authored by Dichen Zhang's avatar Dichen Zhang Committed by Android (Google) Code Review
Browse files

Merge "Remove NdkJavaVMHelper.h from NDK directory"

parents 65a81b6b 3445f03a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

#define LOG_TAG "NdkJavaVMHelper"

#include <media/NdkJavaVMHelper.h>
#include "NdkJavaVMHelperPriv.h"
#include <utils/Log.h>

namespace android {
+3 −3
Original line number Diff line number Diff line
@@ -14,9 +14,9 @@
 * limitations under the License.
 */

#ifndef NDK_JAVA_VM_HELPER_H_
#ifndef NDK_JAVA_VM_HELPER_PRIV_H_

#define NDK_JAVA_VM_HELPER_H_
#define NDK_JAVA_VM_HELPER_PRIV_H_

#include "jni.h"

@@ -28,4 +28,4 @@ struct NdkJavaVMHelper {

}  // namespace android

#endif  // NDK_JAVA_VM_HELPER_H_
 No newline at end of file
#endif  // NDK_JAVA_VM_HELPER_PRIV_H_
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
//#define LOG_NDEBUG 0
#define LOG_TAG "NdkMediaDataSource"

#include "NdkJavaVMHelperPriv.h"
#include "NdkMediaDataSourcePriv.h"

#include <inttypes.h>
@@ -30,7 +31,6 @@
#include <datasource/HTTPBase.h>
#include <datasource/NuCachedSource2.h>
#include <media/IMediaHTTPService.h>
#include <media/NdkJavaVMHelper.h>
#include <media/NdkMediaError.h>
#include <media/NdkMediaDataSource.h>
#include <media/stagefright/InterfaceUtils.h>