Add --rm-origin-after-ni option accepted/tizen/unified/20220920.160600
authorWoongsuk Cho <ws77.cho@samsung.com>
Thu, 3 Feb 2022 05:09:41 +0000 (14:09 +0900)
committer조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 20 Sep 2022 04:37:35 +0000 (13:37 +0900)
commit41d0e29ece8438f8a0eb529c6f32fa6e1c961081
tree15fae5b9c4432940afde6c4805a7b20f51a19c7f
parent0c0d4090182aa41feeee9f2b264a3e3c2b2fc712
Add --rm-origin-after-ni option

Add option to remove original dll after creating native image for reducing storage consumption.
This option doesnot work with --ni-pkg option because app can be re-compiled.
NativeLauncher/inc/ni_common.h
NativeLauncher/launcher/lib/core_runtime.cc
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/ni_common.cc