Re: [android-building] error of "libLLVM_host" depends on undefined module "libLLVM_darwin" reported

2019-03-11 Thread 'Dan Willemsen' via Android Building
We don't maintain the -darwin group -- in general, if you have a manifest that hasn't been carefully stripped down, you may need to specify ALLOW_MISSING_DEPENDENCIES=true, but that may only push the error until later in the build process (and won't work in this case). In this case, it looks like

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

[android-building] build java+kolin library with build.bp failed

2019-03-11 Thread Ted Jiang
this is my build.bp: java_library_static { name: "mylib", srcs: [ "*.java", "*.kt", "**/*.java", "**/*.kt", ], optimize: { enabled: false, }, } but it yields very strange errors when building, like: SysProperty.kt:9:16:

[android-building] error of "libLLVM_host" depends on undefined module "libLLVM_darwin" reported

2019-03-11 Thread Yongqin Liu
Hi, All With the latest AOSP master source, if I repo init with '-darwin' group excluded on my Ubuntu host, then I will got my following errors reported: FAILED: out/soong/build.ninja out/soong/.bootstrap/bin/soong_build -t -l out/.module_paths/Android.bp.list -b out/soong -n out -d

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