diff --git a/android/Vagrantfile b/android/Vagrantfile index 24dc0b1ec2..007b6f8929 100644 --- a/android/Vagrantfile +++ b/android/Vagrantfile @@ -38,7 +38,8 @@ Vagrant.configure("2") do |config| # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. # config.vm.synced_folder "../data", "/vagrant_data" - + config.vm.synced_folder ".", "/vagrant_data", disabled: true + # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. # Example for VirtualBox: