Page 1 of 1

Compiling SDK without examples

Posted: 2025-08-07 6:02
by robit
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

Re: Compiling SDK without examples

Posted: 2025-08-07 6:23
by yangxj121
Hello, in the build.sh file, you can simply comment out the corresponding build functions, such as the build_media and build_app functions.

Re: Compiling SDK without examples

Posted: 2025-08-07 9:02
by robit
That worked, thanks!