libncurses/terminfo: Move to /system_ext

Currently, bash can't be built:

  external/bash/Android.mk: error: "bash (native:platform) can not link against libncurses (native:product)"

If bash is moved to /product, a whole lot of other deps have to be moved as well:

  external/bash/Android.mk: error: "bash (native:product) can not link against libbuiltins (native:platform)"
  external/bash/Android.mk: error: "bash (native:product) can not link against libglob (native:platform)"
  external/bash/Android.mk: error: "bash (native:product) can not link against libsh (native:platform)"
  external/bash/Android.mk: error: "bash (native:product) can not link against libtilde (native:platform)"
  external/bash/Android.mk: error: "bash (native:product) can not link against libhistory (native:platform)"
  external/bash/Android.mk: error: "bash (native:product) can not link against libreadline (native:platform)"

Move libncurses to /system_ext instead.

Change-Id: I6be044411c951ffba9b4bc672d84e85d9adcc047
2 files changed