Sign in
vanadium
/
release.go.x.jni
/
f9cc445337733ee80ccd019b7a72bf17cc21af94
/
.
/
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() {
}