In Android.mk
, I read the context of system environment variable like $(MY_ENV_VARIABLE). The env variable contains following string inside "Program(x86) Files".
But the build fails, claiming that the specified library cannot be found. The failure takes place of windows style weird space in "Program(x86) Files"
.
So my question is, is there any mechanism to automatically escape the special symbols like space (i.e "Program(x86)\ Files"
, for my case).