Continue trying to make the android build smaller.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4240 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-03-20 00:29:46 +00:00
parent a94d6f9271
commit ebef51b4ea
9 changed files with 19 additions and 38 deletions

View File

@ -12,11 +12,11 @@
#include <backtrace.h>
#include <memcheck.h>
#include <quickjs-libc.h>
#include <quickjs.h>
#include <sqlite3.h>
#include <xopt.h>
#include <stdlib.h>
#include <string.h>
#if !defined(_WIN32) && !defined(__MACH__)
@ -139,6 +139,7 @@ void shedPrivileges()
static int _tf_command_test(const char* file, int argc, char* argv[])
{
#if !defined(__ANDROID__)
typedef struct args_t {
const char* tests;
bool help;
@ -177,6 +178,7 @@ xopt_help:
{
free((void*)extras);
}
#endif
return 1;
}