Add --version-script

Summary: Adds version script to exclude all exported symbols and export only JNI_onLoad

Reviewed By: Andrey-Mishanin

Differential Revision: D18076602

fbshipit-source-id: cac4ef9c800de6a3b2081a1f847fa918687896fe
This commit is contained in:
Sidharth Guglani
2019-11-13 16:36:53 -08:00
committed by Facebook Github Bot
parent f99da09716
commit 20fe53b254
2 changed files with 10 additions and 2 deletions

6
java/yogajni.version Normal file
View File

@@ -0,0 +1,6 @@
{
global:
JNI_OnLoad;
local:
*;
};