forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fml] Use common FML string encoding utils
General UTF8/UTF16 string conversion utility functions were recently added to FML. This migrates calls in the Android JNI utils to the common implementations. No additional tests added since we're just dropping one implementation of UTF8/UTF16 functions and making use of an equivalent set that already has unit tests of its own. The rest of the Android-related code is already covered by existing unit tests. Issue: flutter/flutter#98061 Related PR: flutter#31334
- Loading branch information
Showing
1 changed file
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters