Closed smithaaron closed 10 years ago
@smithaaron thanks for the find! I believe the issue has been resolved with these latest changes https://github.com/pristineio/webrtc-build-scripts/commit/4881a5bc0ee2fdcfefbacafa8c7e848a1b9c5787.
As the prompt commands, go ahead and execute the following before updating your build scripts and building again.
Edit your .gclient file and change the solution name from 'trunk' to 'src'
gclient config --name=src http://webrtc.googlecode.com/svn/trunk
echo "target_os = ['unix', 'android']" >> .gclient
Rename your 'trunk' directory to 'src''
mv trunk src
Re-run gclient sync
gclient sync
I'm closing the issue.
I'm on OSX and using the vagrant vm started form the android directory.
When I run webrtc_get it finishes with this
What am I supposed to do here? There's already a directory named 'src' at the same level as 'trunk'.