Skip to content

Commit 8c9c16e

Browse files
committed
Update
1 parent 85eff04 commit 8c9c16e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

runtime/platform/default/android.cpp

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@
88

99
/**
1010
* @file
11-
* Fallback PAL implementations for Android system.
12-
*
13-
* Note that this assumes that the platform defines the symbols used in this
14-
* file (like fprintf()), because this file will still be built even if the
15-
* functions are later overridden. When building for a platform that does not
16-
* provide the necessary symbols, clients can use Minimal.cpp instead, but they
17-
* will need to override all of the functions.
11+
* Default PAL implementations for Android system.
1812
*/
1913

2014
// This cpp file will provide weak implementations of the symbols declared in

0 commit comments

Comments
 (0)