Skip to content
Snippets Groups Projects
P

platform_external_libncurses

Project ID: 10484
user avatar
Bruno Martins authored
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
2d87040e
Name Last commit Last update