I already submitted separate CLs for /objc, here I'm doing the rest of this folder Formatting done via: git ls-files | grep -E '^sdk\/.*\.(h|cc|mm)' | grep -Ev '^sdk\/objc.*' | xargs clang-format -i Bug: webrtc:42225392 Change-Id: Ib2c2bf1d882c4e916a5787c2205818e2e4dcc22d Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373902 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43684}
17 lines
620 B
C
17 lines
620 B
C
/*
|
|
* Copyright 2018 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.
|
|
*/
|
|
|
|
#ifndef SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
|
#define SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|
|
|
|
#include "third_party/jni_zero/jni_zero.h"
|
|
|
|
#endif // SDK_ANDROID_NATIVE_API_JNI_JNI_INT_WRAPPER_H_
|