Skip to content

Commit a620918

Browse files
Fix build on Android part 4
1 parent af2f97e commit a620918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#define FF_HOST_MODULE_NAME "Host"
66
#define FF_HOST_NUM_FORMAT_ARGS 15
77

8+
#ifndef __ANDROID__
89
static bool hostValueSet(FFstrbuf* value)
910
{
1011
ffStrbufTrimRight(value, '\n');
@@ -32,7 +33,6 @@ static bool hostValueSet(FFstrbuf* value)
3233
;
3334
}
3435

35-
#ifndef __ANDROID__
3636
static void getHostValue(const char* devicesPath, const char* classPath, FFstrbuf* buffer)
3737
{
3838
ffGetFileContent(devicesPath, buffer);

0 commit comments

Comments
 (0)