blob: 2057237b8396e5fef9e56206fc56a37b09299901 [file] [log] [blame]
Luca Stefanic1e34942016-11-23 23:49:14 +01001/* pathdef.c */
2/* This file is automatically created by Makefile
3 * DO NOT EDIT! Change Makefile only. */
4#include "vim.h"
maxwen102735b2023-10-25 16:02:15 +02005char_u *default_vim_dir = (char_u *)"/system_ext/usr/share/vim";
6char_u *default_vimruntime_dir = (char_u *)"/system_ext/usr/share/vim";
Luca Stefanic1e34942016-11-23 23:49:14 +01007char_u *all_cflags = (char_u *)"gcc -c -I. -Iproto -DHAVE_CONFIG_H -g -O2 ";
8char_u *all_lflags = (char_u *)"gcc -L/system/lib -o vim -lm -lselinux ";
9char_u *compiled_user = (char_u *)"android";
10char_u *compiled_sys = (char_u *)"android";