Re: [android-building] How to build fastboot for windows from Android N

2016-09-14 Thread Xiaofeng Lei
Thanks Colin & Dan. The default command "make -j8 fastboot" can't build out fastboot for windows, but the two commands from Dan are working well. Thanks, Xiaofeng On Wednesday, September 14, 2016 at 2:34:16 PM UTC-7, Dan Willemsen wrote: > > You don't need to use USE_MINGW anymore, the build

Re: [android-building] How to build fastboot for windows from Android N

2016-09-14 Thread 'Dan Willemsen' via Android Building
You don't need to use USE_MINGW anymore, the build system understands how to do host cross-compiles natively now. Just doing 'mma' in system/core/fastboot will build both the linux and windows versions. You could also use: m -j8 host_cross_fastboot As the most similar command to what you were

Re: [android-building] How to build fastboot for windows from Android N

2016-09-14 Thread Colin Cross
Windows builds are now integrated with the linux build, make fastboot should build both the linux and windows versions, and USE_MINGW=1 is unnecessary. On Wed, Sep 14, 2016 at 2:17 PM, Xiaofeng Lei wrote: > Hi all, > > Recently we moved to Android N from M, and I'm

[android-building] How to build fastboot for windows from Android N

2016-09-14 Thread Xiaofeng Lei
Hi all, Recently we moved to Android N from M, and I'm working on poring some customized features to fastboot project. When I'm trying to build fastboot utility for Windows with the command "make -j8 fastboot USE_MINGW=1", it still generates the binary for Linux: Starting build with ninja

[android-building] Re: Android 7.0 Nougat Released

2016-09-14 Thread 'Bill Yi' via Android Building
New nougat builds are now available. The following builds, tags, and devices are supported: - NRD90T, android-7.0.0_r5, Nexus 6P (Japan) The corresponding factory images and ota images are available at https://developers.google.com/android/nexus/images