aboutsummaryrefslogtreecommitdiff
path: root/icing
diff options
context:
space:
mode:
Diffstat (limited to 'icing')
-rw-r--r--icing/jni.lds10
1 files changed, 10 insertions, 0 deletions
diff --git a/icing/jni.lds b/icing/jni.lds
new file mode 100644
index 0000000..401682a
--- /dev/null
+++ b/icing/jni.lds
@@ -0,0 +1,10 @@
+VERS_1.0 {
+ # Export JNI symbols.
+ global:
+ Java_*;
+ JNI_OnLoad;
+
+ # Hide everything else
+ local:
+ *;
+};