Re: [android-building] Re: Unable to build bluecross kernel

2019-03-11 Thread Saurabh Sakhare
No I wanted for pixel 2. It has wahoo board. so wahoo_defconfig works fine for it's configuration. Thanks Mate Saurabh Sakhare On Tue, Mar 12, 2019 at 12:05 AM 'Chris Fries' via Android Building < android-building@googlegroups.com> wrote: > The b1c1_defconfig should be the one you want for

Re: [android-building] Re: Unable to build bluecross kernel

2019-03-11 Thread 'Chris Fries' via Android Building
The b1c1_defconfig should be the one you want for Pixel 3. Does that resolve the issue? -Chris On Monday, March 11, 2019 at 1:24:34 PM UTC-5, Saurabh Sakhare wrote: > > Use Makefile in KSRC to get to know more about kernel requirements and > compatibility. And check build.config file that'll

Re: [android-building] Re: Unable to build bluecross kernel

2019-03-11 Thread Saurabh Sakhare
Use Makefile in KSRC to get to know more about kernel requirements and compatibility. And check build.config file that'll give you specific requirements for kernel compilation. I'm compiling wahoo kernel so in my build.config i found "ARCH=arm64 BRANCH=android-msm-wahoo-4.4 CC=clang