blob: 6f3c63c05818e9ad5a0d21a9495a44e18bbfdc2e [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.
package io.v.syncbase.internal;
public class Init {
public static void init() {
System.loadLibrary("syncbase");
}
}