Index: base/android/jni_android.h |
diff --git a/base/android/jni_android.h b/base/android/jni_android.h |
index e483281dffb77e44afb327c35c82e19a33e0f60b..858d8e420334ec7f4614eab3f3f00648617887be 100644 |
--- a/base/android/jni_android.h |
+++ b/base/android/jni_android.h |
@@ -11,6 +11,9 @@ |
#include "base/android/scoped_java_ref.h" |
#include "base/compiler_specific.h" |
+// Used to mark symbols to be exported in a shared library's symbol table. |
+#define JNI_EXPORT __attribute__ ((visibility("default"))) |
John Grabowski
2012/04/19 18:55:27
I believe this is in http://chromiumcodereview.app
Ted C
2012/04/19 23:21:07
Done.
|
+ |
namespace base { |
namespace android { |