We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85eff04 commit 8c9c16eCopy full SHA for 8c9c16e
runtime/platform/default/android.cpp
@@ -8,13 +8,7 @@
8
9
/**
10
* @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.
+ * Default PAL implementations for Android system.
18
*/
19
20
// This cpp file will provide weak implementations of the symbols declared in
0 commit comments