Re: [android-building] Re: Build android Oreo Code

2018-09-20 Thread ashok reddy reddy
I have checked out the code again and now i could see envsetup.sh in build folder. when i try to build i am getting below error. *. build/envsetup.sh * including device/generic/car/vendorsetup.sh including device/generic/mini-emulator-arm64/vendorsetup.sh including

Re: [android-building] Re: Build android Oreo Code

2018-09-19 Thread 'Dan Willemsen' via Android Building
It sounds like you're using at least some of the code from Oreo, but didn't take the repo manifest updates that added entries to put those back into place. Which may mean that you're also missing new projects, or still have projects that have been removed as well. - Dan On Wed, Sep 19, 2018 at

[android-building] Re: Build android Oreo Code

2018-09-19 Thread Glenn Kasten
On Linux, build/envsetup.sh is a symlink to make/envsetup.sh so you can still use: . build/envsetup.sh Are you sure you are in the top directory of your sandbox when you issued the ". build/envsetup.sh" ? "lunch 39" might not be a valid lunch target. Try using another lunch target name