blob: 4b255a4660cb35f1430ac62c8e7715de32743c19 [file] [log] [blame]
/*
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
// Deprecated: use sdk/android/native_api/jni/class_loader.h instead.
#ifndef SDK_ANDROID_SRC_JNI_CLASS_LOADER_H_
#define SDK_ANDROID_SRC_JNI_CLASS_LOADER_H_
#include "sdk/android/native_api/jni/class_loader.h"
namespace webrtc {
namespace jni {
using ::webrtc::InitClassLoader;
} // namespace jni
} // namespace webrtc
#endif // SDK_ANDROID_SRC_JNI_CLASS_LOADER_H_