@@ -0,0 +1,7 @@
+package net.openhmd.example;
+
+public class Example extends android.app.NativeActivity {
+ static {
+ System.loadLibrary("openhmd");
+ }
+}