Re: [android-building] how to distribute android 10/11 ?

2020-03-19 Thread alexander zhu
hi, Dan, I got one ppt, which is 'Engineering productivity talk' in 2020,which pages mention you. I read it and go through the pages and overview( https://cloud.google.com/sdk/gcloud/reference/alpha/remote-build-execution). It looks like the result is what I'm looking for. [image: result.png]

[android-building] fatal error happens when I'm trying to include header files

2020-03-19 Thread 임정민
I want to include install/install.h at blockimg.cpp but It returns always bootable/recovery/updater/blockimg.cpp: fatal error: 'install/install.h' file not found #include "install/install.h" ^~~ I think this is related with Android.bp [ 35% 45930/130598] //bootable/recovery/upda

Re: [android-building] Re: Error running local cuttlefish instance

2020-03-19 Thread 'Kevin Cheng' via Android Building
hey Dean, wanted to check in to see if you were still having issues after the fix was merged. On Thursday, March 12, 2020 at 12:50:35 PM UTC-7, Kevin Cheng wrote: > > Thanks for reporting that Dean, there's a pull request to fix it like you > recommended (https://github.com/google/android-cuttle

Re: [android-building] Android 10 build wmtest with extra jar error

2020-03-19 Thread 'Dan Willemsen' via Android Building
Does my-services.jar contain .class files, or .dex files? java_import&static_libs is expecting .class files. - Dan On Thu, Mar 19, 2020 at 9:07 AM bersaty wu wrote: > I want to add my own jar to the wmtest apk, so I modify the .bp file like > this: > > static_libs: [ > "frameworks-base-test

Re: [android-building] how to distribute android 10/11 ?

2020-03-19 Thread Duslabo N
Cool, Does anybody did benchmarking of aosp clean build on AMD Reyzen threadripper? Regards, Duslabo On Wed, 4 Mar 2020 at 03:27, 'Dan Willemsen' via Android Building < android-building@googlegroups.com> wrote: > The build team does not recommend using Goma -- it does not work > particularly we

[android-building] Android 10 build wmtest with extra jar error

2020-03-19 Thread bersaty wu
I want to add my own jar to the wmtest apk, so I modify the .bp file like this: static_libs: [ "frameworks-base-testutils", "services.core", "androidx.test.runner", "androidx.test.rules", "mockito-target-extended-minus-junit4", "platform-test-annotations", "servicestes

Re: [android-building] how to distribute android 10/11 ?

2020-03-19 Thread alexander zhu
hi, Dan, does RBE is your GCP service? i want to know how it works 在 2020年3月4日星期三 UTC+8上午6:00:40,Dan Willemsen写道: > > Oh, and for developer builds (and many frequent CI builds), we're almost > always using incremental builds, so the clean build times are somewhat less > limiting. If you're oft