From 6d2763a980c0eca7d5ca0df89d649b8e6cdda33f Mon Sep 17 00:00:00 2001 From: Woongsuk Cho Date: Thu, 4 Apr 2019 13:49:18 +0900 Subject: [PATCH] bug-fix : To support backward-compatibility, add default value to regenerateAppNI() Change-Id: Icb37ee864f83d7f13f66bd761d8661c7f5e798d9 --- NativeLauncher/installer-plugin/ni_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NativeLauncher/installer-plugin/ni_common.h b/NativeLauncher/installer-plugin/ni_common.h index 91c8def..b36282f 100644 --- a/NativeLauncher/installer-plugin/ni_common.h +++ b/NativeLauncher/installer-plugin/ni_common.h @@ -103,6 +103,6 @@ int removeNiUnderPkgRoot(const std::string& pkgId); /** * @brief regenerate native image for all installed application */ -int regenerateAppNI(bool enableR2R); +int regenerateAppNI(bool enableR2R = true); #endif /* __NI_COMMON_H__ */ -- 2.7.4