Re: [android-building] What does "linux_bionic" mean?

2018-09-11 Thread bx L
I got it, thank u! 在 2018年9月11日星期二 UTC+8上午4:57:56,Dan Willemsen写道: > > It's an experimental configuration for building host tools using bionic > instead of relying on the host glibc. So the Android.bp files have > linux_glibc and linux_bionic to differentiate options that need to be > different

[android-building] How to pass options to ninja when building a module?

2018-09-11 Thread bx L
Hello everyone, I'm currently studying Android building procedures (with Android 8.0). I build some modules with "mma" and I see that ninja output logs to ./out/verbose.log.gz. When I check the logs, I find that Ninja creates some ".rsp files" to represent long strings during the build.

Re: [android-building] How to pass options to ninja when building a module?

2018-09-11 Thread Colin Cross
Try NINJA_ARGS="-d keeprsp" mma On Tue, Sep 11, 2018 at 9:35 AM bx L wrote: > Hello everyone, > I'm currently studying Android building procedures (with Android 8.0). > I build some modules with "mma" and I see that ninja output logs to > ./out/verbose.log.gz. > When I check the logs, I

[android-building] Re: Has anyone built AOSP with Ubuntu 18.04?

2018-09-11 Thread Nitin Pathak
It is the same error Jacob was getting. Before giving the make/lunch/brunch command enter this in terminal export LC_ALL=C -- -- 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

[android-building] Re: Android Wear 8.0 released

2018-09-11 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.51 | kernel/msm | android-msm-catshark-3.18-oreo-wear-dr | catfish OWDM.180807.005 -- -- You received this message because you a

[android-building] Re: Android Wear 8.0 released

2018-09-11 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.52 | kernel/msm | android-msm-stargazer-3.18-oreo-wear-dr | stargazer/weeve OWDJ.180205.008 -- -- You received this message bec