Adding 5.0 profile support
authorhyokeun <hyokeun.jeon@samsung.com>
Mon, 20 Nov 2017 02:34:08 +0000 (11:34 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Mon, 20 Nov 2017 02:34:08 +0000 (11:34 +0900)
abs

diff --git a/abs b/abs
index 42488a2..ea98aa2 100755 (executable)
--- a/abs
+++ b/abs
@@ -154,7 +154,7 @@ class _Rootstrap(object):
         cmdline = self.tizen + ' list rootstrap'
         ret = Executor().run(cmdline, show=False)
         for x in ret.splitlines():
-            if re.search('(mobile|wearable)-(2.4|3.0|4.0)-(device|emulator|device64|emulator64).core.*', x):
+            if re.search('(mobile|wearable)-(2.4|3.0|4.0|5.0)-(device|emulator|device64|emulator64).core.*', x):
                 if self.rootstrap_list == None:
                     self.rootstrap_list = []
                 self.rootstrap_list.append(x.split(' ')[0])