Logo
Explore Help
Sign In
DaddyFrosty/yoga
1
0
Fork 0
You've already forked yoga
Code Issues 96 Pull Requests 31 Actions Packages Projects Releases 33 Wiki Activity
Files
dc2581f229cb05c7d2af8dee37b2ee0b59fd5326
yoga/java/yogajni.version

14 lines
238 B
Plaintext
Raw Normal View History

Add copyright header to ld version script (#1360) Summary: Pull Request resolved: https://github.com/facebook/yoga/pull/1360 Fixes a ShipIt warning about this. Reviewed By: yungsters Differential Revision: D48992315 fbshipit-source-id: 20b6ba86abc27599e5f7dc12471344295151db66
2023-09-06 09:50:43 -07:00
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
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:36:53 -08:00
{
global:
JNI_OnLoad;
local:
*;
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 132ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API