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
14 lines
238 B
Plaintext
14 lines
238 B
Plaintext
/*
|
|
* 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.
|
|
*/
|
|
|
|
{
|
|
global:
|
|
JNI_OnLoad;
|
|
local:
|
|
*;
|
|
};
|