blob: 83b251f56cf5ff7477df1ebbce0f3bae713b69f7 [file] [log] [blame]
// 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.chromium.base.natives;
// This file is autogenerated by
// base/android/jni_generator/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 void org_chromium_example_jni_1generator_SampleModule_foo() {
J.module_N.M$$EIl9t();
}
public static boolean org_chromium_example_jni_1generator_SampleModule_bar(int a) {
return J.module_N.Mc2WZLnF(a);
}
}