From: hyokeun Date: Mon, 20 Nov 2017 02:34:08 +0000 (+0900) Subject: Adding 5.0 profile support X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=2a744bf6e960ea4644f6f9c71529be6d2247aac3;p=scm%2Fmeta%2Fabs.git Adding 5.0 profile support --- diff --git a/abs b/abs index 42488a2..ea98aa2 100755 --- 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])