How can be build webrtc library for Android as far as under webrtc/trunk/ directory there is no /build directory?
But we need to run this command: $ source ./build/android/envsetup.sh
and as a result of this I always have:
bash: ./build/android/envsetup.sh: No such file or directory
so how can this be build?
P.S. in project directory there is a .gitignore file which contains /build directory so what I missed in all tutorials that said to run command $ source ./build/android/envsetup.sh ?