Update NativeLauncher/tool/ni_common.cc
author조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Mon, 18 Dec 2023 07:21:04 +0000 (16:21 +0900)
committer조웅석/MDE Lab(SR)/삼성전자 <ws77.cho@samsung.com>
Mon, 19 Feb 2024 05:33:28 +0000 (14:33 +0900)
Co-authored-by: 최종헌/MDE Lab(SR)/삼성전자 <j-h.choi@samsung.com>
NativeLauncher/tool/ni_common.cc

index d0a74c6..bc0a466 100644 (file)
@@ -1238,6 +1238,7 @@ ni_error_e regenerateAppNI(NIOption* opt)
 
        // remove duplicated pkg in the list.
        // If one package has multiple apps, there can be duplicate values.
+       std::sort(pkgList.begin(), pkgList.end());
        pkgList.erase(unique(pkgList.begin(), pkgList.end()), pkgList.end());
 
        for (auto pkg : pkgList) {