blob: 48f67067fd2774d6d22c079b70348672843871b2 [file] [log] [blame]
// Copyright 2016 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 android
package plugins
import (
"v.io/x/jni/impl/google/discovery/plugins/ble"
jutil "v.io/x/jni/util"
)
func Init(env jutil.Env) error {
return ble.Init(env)
}