Files
yoga/java/yogajni.version
Sidharth Guglani 20fe53b254 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
2019-11-13 16:46:09 -08:00

7 lines
47 B
Plaintext

{
global:
JNI_OnLoad;
local:
*;
};