blob: bc9459ad2165ebef3d5717eb6c512ad2c9278293 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build java
package bt
import (
jutil "v.io/x/jni/util"
)
// Init initializes the JNI code with the given Java environment. This method
// must be called from the main Java thread.
func Init(env jutil.Env) error {
return nil
}