raspberry-vanilla / android_local_manifest

106 stars 48 forks source link

Added Missing Dependencies of libncurses.so.5 #14

Closed tvek closed 1 year ago

tvek commented 1 year ago

Build was failing due to below missing dependencies on Ubuntu 20.04. Adding "sudo apt-get install libncurses5" for issue resolution.

"prebuilts/clang/host/linux-x86/clang-3289846/bin/clang.real: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory"

KonstaT commented 1 year ago

This is already part of initializing AOSP build environment i.e. what is linked in step one. https://source.android.com/docs/setup/start/initializing#installing-required-packages-ubuntu-1804