mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00

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.
11 lines
181 B
Text
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:
|
|
*;
|
|
};
|