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

2019-03-11 Thread 'Dan Willemsen' via Android Building
I'm not sure what's happening here, but a few questions/comments: What Android version are you using? srcs: [ > "*.java", > "*.kt", > "**/*.java", > "**/*.kt", > ], This will duplicate the list of java and kotlin files in the current directory, since ** w

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 Pi

[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: error:

[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 out/soong

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 CLANG_TRIPLE=aa

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

2019-03-11 Thread Emanuele Vannacci
i have the same problem. Do you solve this error? Il giorno giovedì 15 novembre 2018 20:44:31 UTC+1, Lance Vick ha scritto: > > I am unable to build a kernel for crosshatch. > > Looks like a missing file or broken path? > > Also I am only assuming "android-msm-bluecross-4.9-pie-dr1-release" for

[android-building] Building walleye/wahoo kernel for pixel 2

2019-03-11 Thread saurabhs0294
How can i compile this kernel. got kernel src from google but searching for commands and toolchain. Preveiously ive compiled nexus 5 successfully. I thought for pixel will be same but showing some Clang deprecated and file missing errors. -- -- You received this message because you are subscr