Files
yoga/java/yogajni.version
Nick Gerleman 3be45eb733 Add copyright header to ld version script
Summary: Fixes a ShipIt warning about this.

Differential Revision: D48992315
2023-09-05 16:45:46 -07:00

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:
*;
};