I'm trying to compile some open source code in Android for Blaze product and I get this error:
No rule to make target `out/target/product/blaze/obj/STATIC_LIBRARIES/libresolv_intermediates/export_includes
Is there a way I can compile the libresolv library again so that the intermediates folder gets populated?
Currently my lib path where the library is, is as given here. This is specified in my Android.mk file.
arm-2010q1/arm-none-linux-gnueabi/libc/usr/lib
Can someone help with compiling libresolv.a?
