blob: 49d1d3d1986bb9c646f15f9fa6a492464048fd1b [file] [log] [blame]
Avi Drissman64595482022-09-14 20:52:291// Copyright 2015 The Chromium Authors
jbudorickb7043d82015-06-27 01:43:032// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "net/test/android/net_test_jni_onload.h"
6
7#include "base/android/base_jni_onload.h"
tobiasjsb9e287e2017-02-08 11:09:508#include "base/android/jni_android.h"
Avi Drissman41c4a412023-01-11 22:45:379#include "base/functional/bind.h"
jbudorickb7043d82015-06-27 01:43:0310#include "net/test/embedded_test_server/android/embedded_test_server_android.h"
11
Tsuyoshi Horo4f516be2022-06-14 11:53:1312namespace net::test {
jbudorickb7043d82015-06-27 01:43:0313
jbudorickb7043d82015-06-27 01:43:0314bool OnJNIOnLoadInit() {
tobiasjsb9e287e2017-02-08 11:09:5015 return base::android::OnJNIOnLoadInit();
jbudorickb7043d82015-06-27 01:43:0316}
17
Tsuyoshi Horo4f516be2022-06-14 11:53:1318} // namespace net::test