Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android-toolchain] Fix the location of the android tools
The current directory structure for the android sdk does NOT match the one that google creates. The tools are not in a tools subdirectory when they should be. As a result things like the sdkmanager do not run. It also causes problems for Xamarin Studio since its looking for things in different places. This commit fixes up the DestDir metadata to make sure the tools are extacted to the correct directory.
- Loading branch information