Add --skip-ro-app option (#396) submit/tizen_6.0/20220329.055003
author조웅석/Common Platform Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Tue, 29 Mar 2022 04:36:50 +0000 (13:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 29 Mar 2022 04:36:50 +0000 (13:36 +0900)
commit14dfc32488984ae44d9f4b74f403a7487193c2c9
tree6baafdd897f1246581da52f2df72593e2c322490
parenta3ca5c1484860aa81cb4ccf2d60b3c82421d56e6
Add --skip-ro-app option (#396)

The "--ni-regen-all-app" option performs AOTC again for all installed apps.
If the "--ni-regen-all-app" option is performed after FOTA (OTN),
an error may occur or unnecessary AOTC may be performed by running AOTC for an app installed in the RO area.

To avoid this situation, the "--skip-ro-app" option is added.
If this option is set, native image regenration for apps installed in the RO area is skipped.

Note! this option works with "--ni-regen-all-app" option only.
NativeLauncher/inc/ni_common.h
NativeLauncher/tool/dotnettool.cc
NativeLauncher/tool/ni_common.cc