19 lines
569 B
Plaintext
19 lines
569 B
Plaintext
// 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 J;
|
|
|
|
// This file is autogenerated by
|
|
// base/android/jni_generator/jni_registration_generator.py
|
|
// Please do not change its content.
|
|
|
|
public class module_N {
|
|
|
|
|
|
// Original name: org_chromium_example_jni_1generator_SampleModule_foo
|
|
public static native void M$$EIl9t();
|
|
// Original name: org_chromium_example_jni_1generator_SampleModule_bar
|
|
public static native boolean Mc2WZLnF(int a);
|
|
}
|