Remove ni file before RO app AOTC (#570) accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20240718.144430
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Wed, 17 Jul 2024 23:41:16 +0000 (08:41 +0900)
committerWoongsuk Cho <ws77.cho@samsung.com>
Thu, 18 Jul 2024 00:11:32 +0000 (09:11 +0900)
commit7ba2c6848c2a92b5cafd2329f114dfe393c94ada
tree9d9b2c36fd38c46553c1208d4b7376285abf70ff
parent139561fcb89075cfa87082b6b02a51fade3d7f45
Remove ni file before RO app AOTC (#570)

* Remove ni file before RO app AOTC

If AOTC is performed for a RO app, a native image file will be generated under /opt/usr/dotnet/apps.
During OTN, pkg_upgrade may trigger AOTC again for the RO application.
In this case, it is necessary to remove the previously created file and create a new one.

* Remove RO app ni files under /opt/usr/dotnet/apps

Recreated NI files of RO app, should be removed at FOTA/OTN
NativeLauncher/tool/ni_common.cc
packaging/715.dotnet_regen_app_ni.patch.sh