Fix build on Android part 4

This commit is contained in:
Linus Dierheimer
2022-06-18 00:41:43 +02:00
parent af2f97e0c9
commit a6209187ae
+1 -1
View File
@@ -5,6 +5,7 @@
#define FF_HOST_MODULE_NAME "Host"
#define FF_HOST_NUM_FORMAT_ARGS 15
#ifndef __ANDROID__
static bool hostValueSet(FFstrbuf* value)
{
ffStrbufTrimRight(value, '\n');
@@ -32,7 +33,6 @@ static bool hostValueSet(FFstrbuf* value)
;
}
#ifndef __ANDROID__
static void getHostValue(const char* devicesPath, const char* classPath, FFstrbuf* buffer)
{
ffGetFileContent(devicesPath, buffer);