Hi,
I'd like to omit the media and project directory from the build.
How can I do that or what should be removed/modified in the .build.sh file?
Thank you
Compiling SDK without examples
Hello, in the build.sh file, you can simply comment out the corresponding build functions, such as the build_media and build_app functions.
That worked, thanks!
