Index: blimp/client/android/blimp_library_loader.h |
diff --git a/blimp/client/android/blimp_library_loader.h b/blimp/client/android/blimp_library_loader.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f9c1c85bb120f388824a97f3486a1ff4e2a6f815 |
--- /dev/null |
+++ b/blimp/client/android/blimp_library_loader.h |
@@ -0,0 +1,16 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |
+#define BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |
+ |
+#include <jni.h> |
+ |
+namespace blimp { |
+ |
+bool RegisterBlimpLibraryLoaderJni(JNIEnv* env); |
+ |
+} // namespace blimp |
+ |
+#endif // BLIMP_CLIENT_ANDROID_BLIMP_LIBRARY_LOADER_H_ |