Fix rid fallback graph making logic (#236) accepted/tizen/5.5/unified/20200528.043046 accepted/tizen/unified/20200528.132837 submit/tizen/20200528.002636 submit/tizen_5.5/20200528.002729
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Thu, 28 May 2020 00:25:15 +0000 (09:25 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Thu, 28 May 2020 00:25:15 +0000 (09:25 +0900)
commit2c1d99d518f1d5d8720d6ef4f5cd1f9ac38df62b
tree43094f953e77378135a58e9c38661b282d0f9953
parent205d5118076265434cd51123d494e3e2fdca2d60
Fix rid fallback graph making logic (#236)

RID tizen-[version]-armel, tizen-[version] is missed.
And, /usr/share/dotnet.tizen/netcoreapp and /usr/share/dotnet.tizen/lib should be checked first.

Afterwards, when the function of loading the app dll first comes in,
the order of searching this native library must also be changed.
NativeLauncher/launcher/lib/dotnet_launcher.cc