Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
acinclude.m4 | 04-Nov-2014 | 2.8K | |
aclocal.m4 | 04-Nov-2014 | 41.1K | |
Android.mk | 04-Nov-2014 | 1.3K | |
ChangeLog | 04-Nov-2014 | 8.3K | |
compile | 04-Nov-2014 | 7.2K | |
config.guess | 04-Nov-2014 | 44.2K | |
config.h.in | 04-Nov-2014 | 7.5K | |
config.sub | 04-Nov-2014 | 34.7K | |
configure | 04-Nov-2014 | 450.3K | |
configure.ac | 04-Nov-2014 | 3.9K | |
COPYING | 04-Nov-2014 | 1.6K | |
depcomp | 04-Nov-2014 | 23K | |
doc/ | 04-Nov-2014 | ||
examples/ | 04-Nov-2014 | ||
INSTALL | 04-Nov-2014 | 9K | |
install-sh | 04-Nov-2014 | 13.7K | |
libedit.pc.in | 04-Nov-2014 | 317 | |
ltmain.sh | 04-Nov-2014 | 276.8K | |
m4/ | 04-Nov-2014 | ||
Makefile.am | 04-Nov-2014 | 171 | |
Makefile.in | 04-Nov-2014 | 27K | |
missing | 04-Nov-2014 | 6.7K | |
MODULE_LICENSE_BSD | 04-Nov-2014 | 0 | |
README.android | 04-Nov-2014 | 451 | |
src/ | 04-Nov-2014 | ||
THANKS | 04-Nov-2014 | 53 |
1 /* 2 * README.android describes in high-level the libedit changes that we 3 * cannot push upstream to the llvm.org repository: 4 * - Changes due to Android's build system. 5 * - Changes due to Android's toolchain. 6 */ 7 8 * Initial downstream on 2013/10/30: Synched to libedit-20130712-3.1.tar.gz 9 from http://thrysoee.dk/editline/. 10 11 * We add Android's *.mk files that are specific to Android's build system. 12 Currently for linux x86 (32-bit) host only. 13