I am trying to configure my vagrant (running on Ubuntu 18.04) to build ASOP emulator target. If I run '. build/envsetup.sh' directly from Ubuntu, the command works and I can then build ASOP but, when I try the setup from within my vagrant box, I get the Error:
vagrant@ubuntu-raw-base-image:ANDROID_WORKING_DIRECTORY$ . build/envsetup.sh
-bash: build/envsetup.sh: Too many levels of symbolic links
Does anyone have experience building ASOP from a vagrant environment?
Thank you!