[TRE-2914] Remove the inputbubble option in dotnet-generate-ni.post 53/274953/1 accepted/tizen/unified/20220525.210734 submit/tizen/20220525.060150
authorj-h.choi <j-h.choi@samsung.com>
Thu, 12 May 2022 11:03:55 +0000 (20:03 +0900)
committerj-h.choi <j-h.choi@samsung.com>
Thu, 12 May 2022 11:03:55 +0000 (20:03 +0900)
Change-Id: I39c83c842f040f8377339af459abcccfc9a0dde9

scripts/wearable-dotnet-generate-ni.post

index b169ba5759627d92ff3a985f69c3052d354cc380..5cff611a16f938d55bc51fed4f215cdc01c05340 100755 (executable)
@@ -59,7 +59,7 @@ done
 # generate native image
 for target in $DLL_LIST;
 do
-    dotnettool --ni-dll $target --inputbubble;
+    dotnettool --ni-dll $target;
 done;
 
 # generate native image for all app