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
7 lines
47 B
Plaintext
7 lines
47 B
Plaintext
{
|
|
global:
|
|
JNI_OnLoad;
|
|
local:
|
|
*;
|
|
};
|