chromium/third_party/jni_zero/test/golden/testEndToEndProxyJniWithModules-Final-GEN_JNI.java.golden

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

package org.jni_zero;

// This file is autogenerated by
//     third_party/jni_zero/jni_registration_generator.py
// Please do not change its content.

public class module_GEN_JNI {
    public static final boolean TESTING_ENABLED = false;
    public static final boolean REQUIRE_MOCK = false;


    public static boolean org_jni_1zero_SampleModule_bar(boolean a) {
        return J.module_N.MejItBT4(a);
    }

    public static void org_jni_1zero_SampleModule_foo() {
        J.module_N.MqDgXQiH();
    }
}