Use absolute path of input dll path.
authorWoongsuk Cho <ws77.cho@samsung.com>
Tue, 31 Mar 2020 04:46:18 +0000 (13:46 +0900)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Wed, 1 Apr 2020 22:38:16 +0000 (07:38 +0900)
commitb4f1d12a6abfda19246c6a5af5ed42f29b75d41b
tree1c54f2f871b6dc0053f3eea2fcadf4182513090f
parent0714797cc02e465ee9b629d3523eaf539cd3d8c8
Use absolute path of input dll path.

If only the dll file name is entered as an input parameter without a path, it does not work properly.
To solve that issue, get the absolute path from dll file, and pass that to coreclr
NativeLauncher/launcher/main.cc