Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[monodroid] Fix builds when $(AndroidSupportedAbis) contains host #58

Merged
merged 1 commit into from
Jun 7, 2016

Commits on Jun 6, 2016

  1. [monodroid] Fix builds when $(AndroidSupportedAbis) contains host

    Commit 0c073f6 broke the src/monodroid build:
    
    	src/monodroid/monodroid.targets: error : Cannot copy
    	.../xamarin-android/src/monodroid/obj/local/host-Darwin/libmonodroid.so to
    	.../xamarin-android/bin/Debug/lib/xbuild/Xamarin/Android/lib/host-Darwin/libmono-android.debug.d.so,
    	as the source file doesn't exist.
    
    This is because with 0c073f6, `$(AndroidSupportedAbis)` now contains
    e.g. host-Darwin, which isn't a valid ABI name as far as `ndk-build`
    is concerned.
    
    Fix the src/monodroid build by excluding non-Android values.
    jonpryor committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    828ecf4 View commit details
    Browse the repository at this point in the history