[android-building] Re: Android Wear 8.0 released

2019-03-07 Thread 'Xin Li' via Android Building
We pushed the kernel project for the following device: tag project branch device android-wear-8.0.0_r0.60 kernel/msm android-msm-narwhal-3.18-oreo-wear-dr narwhal -- -- You received this message because you are subscribed to the

Re: [android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread Edvard Heiberg Holst
You need to install libncurses5. On Thu, Mar 7, 2019, 16:40 wrote: > Trying to build AOSP for blueline > Ive followed the build instructions several times, requirements, > establishing build environment and so forth. Also included the vendor > binaries. And I always run into this issue. I do

[android-building] Re: failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread Veera
Do you have ur environment set up properly with all the required packages, etc? Please check android build env setup On Thursday, March 7, 2019 at 9:10:17 PM UTC+5:30, michaelb...@gmail.com wrote: > > Trying to build AOSP for blueline > Ive followed the build instructions several times,

[android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread Edvard
You need to install libncurses5 as you're missing libncurses.so.5. -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to android-building@googlegroups.com To unsubscribe from this group, send email to

[android-building] Re: Android Wear 8.1 released

2019-03-07 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following devices: Tag | Project| Branch | device android-wear-8.1.0_r0.3 | kernel/msm | android-msm-ling-3.18-oreo-mr1-wear | ling bill -- -- You received this message because you are subscribed

[android-building] Re: Android Wear 8.0 released

2019-03-07 Thread 'Bill Yi' via Android Building
We pushed the kernel project for the following device: tag project branch device android-wear-8.0.0_r0.61 kernel/msm android-msm-catshark-3.18-oreo-wear-dr catshark bill -- -- You received this message because you are subscribed to

Re: [android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread 'Dan Willemsen' via Android Building
It looks like you need to install libncurses5 (sudo apt install libncurses5), as that's the package that provides the 64-bit libncurses.so.5 on Ubuntu 18.04. Let me know if that fixes the issue and we'll add it to the instructions on source.android.com. Thanks, Dan On Thu, Mar 7, 2019 at 7:40

[android-building] Link to lib with version

2019-03-07 Thread Sascha Effert
Hi, I have written a lib, which I build and deplay with soong using the cc_library module with something like: cc_library { name : "libcool", srcs : [ "src/supersource.cpp", ], } Everything works good, I find it as lobcool.so on the target. Unfortunatly another software I ported

[android-building] failed to build some targets - libncurses.so.5: cannot open shared object file: No such file or dire

2019-03-07 Thread michaelburrow189
Trying to build AOSP for blueline Ive followed the build instructions several times, requirements, establishing build environment and so forth. Also included the vendor binaries. And I always run into this issue. I do run Ubuntu 18.10, should I roll back to 18.04 or even 14.04? make clobber