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 af2f97e commit a620918Copy full SHA for a620918
src/modules/host.c
@@ -5,6 +5,7 @@
5
#define FF_HOST_MODULE_NAME "Host"
6
#define FF_HOST_NUM_FORMAT_ARGS 15
7
8
+#ifndef __ANDROID__
9
static bool hostValueSet(FFstrbuf* value)
10
{
11
ffStrbufTrimRight(value, '\n');
@@ -32,7 +33,6 @@ static bool hostValueSet(FFstrbuf* value)
32
33
;
34
}
35
-#ifndef __ANDROID__
36
static void getHostValue(const char* devicesPath, const char* classPath, FFstrbuf* buffer)
37
38
ffGetFileContent(devicesPath, buffer);
0 commit comments