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:

[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]