Remove ni file before RO app AOTC (#570) accepted/tizen_7.0_unified tizen_7.0 accepted/tizen/7.0/unified/20240718.145933
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:09:32 +0000 (09:09 +0900)
commitacb3b4279bad6003075eed7b31cfe298badd5439
tree9ddc4a54406640e9636af8aa0ba00522fd6011d7
parent00c38c281e178f4a553a2f031771749bd49fd2dd
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