Change Android.mk to copy only basic terminfo.

No point in having full terminfo database on an embedded system.

Debian/Ubuntu do this by splitting terminfo into:
ncurses-base - basic terminal type definitions
ncurses-term - additional terminal type definitions
and installing only basic definitions by default even on desktop.

TERMINFO_FILES list is taken directly from Debian's git.

Results are:
258772470 bytes, 1091 files
vs
261858614 bytes, 3623 files
not to mention saved inode space.

Change-Id: Ia41f45c58f7fe5f71c413dfd43f1977aa2dc4c3c
1 file changed