[android-building] How to integrate individual packages in cuttlefish

2020-03-20 Thread శంకర్ కుమార్ యల్లపు
Hi, I was just trying to integrate our changes into cuttlefish. I am getting an error called *Offending entries when I add my make files in device/google/cuttlefish/vsoc_x86_64/device.mk*. Following is the error: FAILED: build/make/core/main.mk:1202: warning:

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

2020-03-20 Thread 'Dan Willemsen' via Android Building
libupdater_core (which builds blockimg.cpp) does not depend on libinstall. It gets edify/include and otautil/include through the libedify and libotautil static libraries listed in libupdater_static_libs:

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

2020-03-20 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-20 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]