flutter_flutter/shell/platform/android/android_exports.lst
Jason Simmons 050dcaad60
Embed ICU data inside libflutter.so on Android (#7588)
Prior to this the Android embedder code would extract the icudtl.dat asset out
of the APK and write it to local disk during the first startup of the app.

This change will make that work unnecessary and eliminate the risk of ICU
failures due to errors in the extraction process.
2019-01-30 11:56:17 -08:00

15 lines
345 B
Plaintext

# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Linker script that exports the minimal symbols required for libflutter.so
{
global:
JNI_OnLoad;
_binary_icudtl_dat_start;
_binary_icudtl_dat_size;
local:
*;
};