webrtc/ringrtc/rffi/config/rffi_include.lst
Jordan Rose fe9009be92 Move C++/Rust FFI support into WebRTC repo
The gn files are simplified from what's currently in the RingRTC repo,
looking ahead to when the RingRTC Rust and Java builds for Android
aren't included in the WebRTC build.
2023-01-10 16:01:03 -08:00

11 lines
181 B
Text

# Copyright 2019-2021 Signal Messenger, LLC
# SPDX-License-Identifier: AGPL-3.0-only
# Linker script that exports the Rust FFI symbols.
{
global:
Rust_*;
local:
*;
};