Re: [android-building] Build failed with Android 9.0

2019-06-28 Thread 'Dan Willemsen' via Android Building
How did you download it? Based on the banner, that's at least partially master, not 9.0. A mismatched source tree could explain that error (or it happened to be broken when you synced, and you should try syncing again if you do want master). - Dan On Fri, Jun 28, 2019, 7:56 AM 岳羽

Re: [android-building] Build failed with Android 9.0

2019-06-28 Thread 岳羽
Here is all the commands: 1. source build/envsetup.sh 2. lunch 21 (aosp_x86-eng) 3. rm -rf out && make -j4 2>&1 | tee b.log than, always show the error log. On Thursday, June 27, 2019 at 4:54:10 PM UTC+8, Alessio Balsini wrote: > > Can you please post all the exact commands you ran? > > Cheers,

Re: [android-building] Build failed with Android 9.0

2019-06-27 Thread 'Alessio Balsini' via Android Building
Can you please post all the exact commands you ran? Cheers, Alessio On Mon, Jun 24, 2019 at 4:45 PM 岳羽 <384378...@qq.com> wrote: > > I download the source code of AOSP with VMWare Ubuntu18.04, When I build with > "rm -rf out && make -j4 2>&1 | tee b.log", always failed. > all the logs below > >

[android-building] Build failed with Android 9.0

2019-06-24 Thread 岳羽
I download the source code of AOSP with VMWare Ubuntu18.04, When I build with "rm -rf out && make -j4 2>&1 | tee b.log", always failed. all the logs below PLATFORM_VERSION_CODENAME=R PLATFORM_VERSION=R TARGET_PRODUCT=aosp_x86_64