Modified to support crossgen2 (#330)
author조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Thu, 9 Sep 2021 06:34:53 +0000 (15:34 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 9 Sep 2021 06:34:53 +0000 (15:34 +0900)
commitfb9e2ba7a941ea6fff1040e08e3507b15180b446
treec345216817cdc31d7de91de036fd8023ab763af2
parent876a0b45d4785c8351c9f3a1ef8da728614736ab
Modified to support crossgen2 (#330)

* support crossgen2

add --crossgen2 and --inputbubble option
By vconf setting, crossgen2 can be used from prefer_dotnet_aot_plugin.

* support crossgen2

add --crossgen2 and --inputbubble option
By vconf setting, crossgen2 can be used from prefer_dotnet_aot_plugin.
NativeLauncher/inc/ni_common.h
NativeLauncher/installer-plugin/prefer_dotnet_aot_plugin.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/ni_common.cc
dotnet-launcher.manifest
packaging/dotnet-launcher.spec
tests/TCs/6_TOOL/TOOL.py
tests/TCs/Utils.py