Sign in
vanadium
/
release.go.x.jni
/
681c6cd28c87e89d44cd1e546de4b6a7cf56d484
/
.
/
main
/
main.go
blob: c2145453b77a5ed84084f77a94f9a45756dcaf6a [
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 android
package main
import (
_ "v.io/x/jni"
)
func main() {
}