Add --strip on option when manual_strip
authorHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 17 Apr 2019 08:16:40 +0000 (17:16 +0900)
committerHyokeun Jeon <hyokeun.jeon@samsung.com>
Wed, 17 Apr 2019 08:16:40 +0000 (17:16 +0900)
abs

diff --git a/abs b/abs
index 3c26c84..ba8a5de 100755 (executable)
--- a/abs
+++ b/abs
@@ -422,6 +422,7 @@ class Sdk(object):
 
         # Manual strip
         if manual_strip == True :
+            main_args.extend(['--strip', 'on'])
             strip_cmd='';
             if self.arch == None:
                 raise LocalError('Architecture is None')