Skip to content

Conversation

@dellis1972
Copy link
Contributor

@dellis1972 dellis1972 commented Jul 4, 2017

There was a change (05aebd7) in the naming of the libmono-android.*.so files.
It used to be that the name included the abi. But now we just get
files like

libmono-android.debug.d.so
libmono-android.release.so

These were not picking up the right runtime info in the tests. They
were getting an arch of 'd' because we expected files like

libmono-android.debug.armeabi-v7a.so

So we need to update the ProjectBuilder which loads the data to
take this into account and use the Parent directory name for the
abi and to ignore the .d.so files.

@dellis1972
Copy link
Contributor Author

build

1 similar comment
@dellis1972
Copy link
Contributor Author

build

@dellis1972
Copy link
Contributor Author

This build is passing ! We just get the following error

"Build step 'Upload artifacts to Microsoft Azure Storage' marked build as failure"

:'(

@dellis1972 dellis1972 force-pushed the fixtestrun branch 4 times, most recently from f37587e to 536785b Compare July 5, 2017 11:59
…ntime.

There was a change (05aebd7) in the naming of the libmono-android.*.so files.
It used to be that the name included the abi. But now we just get
files like

	libmono-android.debug.d.so
	libmono-android.release.so

These were not picking up the right runtime info in the tests. They
were getting an arch of 'd' because we expected files like

	libmono-android.release.armeabi-v7a.so

So we need to update the ProjectBuilder which loads the data to
take this into account and use the Parent directory name for the
abi and to ignore the .d.so files.
@grendello grendello merged commit dbc971f into dotnet:master Jul 5, 2017
@dellis1972 dellis1972 deleted the fixtestrun branch July 5, 2017 14:25
@github-actions github-actions bot locked and limited conversation to collaborators Feb 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants