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/updater:libupdater_core clang++ install.cpp
FAILED: out/soong/.intermediates/bootable/recovery/updater/libupdater_core/linux_glibc_x86_64_static/obj/bootable/recovery/updater/blockimg.o-Ibootable/recovery/edify/include
-Ibootable/recovery/otautil/include
there is no -Ibootable/recovery/install/include
could you guide for me how to include install.h properly