From 79c2bd88a5c54337bb35e60a555d238d8fc7ad01 Mon Sep 17 00:00:00 2001 From: Sanghoon Lee Date: Wed, 14 Nov 2018 10:53:04 +0900 Subject: [PATCH] [script][non-acr][Included webview module] Change-Id: I707be22802e4f516d371eb3068fb0622856f6d36 --- tool/script/pack.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tool/script/pack.py b/tool/script/pack.py index 280c9a3..288e2c1 100755 --- a/tool/script/pack.py +++ b/tool/script/pack.py @@ -83,9 +83,6 @@ def folder_list(path): if "ElmSharpWearable" in name : continue - if "WebView" in name : - continue - splitwords = name.split(".") splitwords.pop() splitwords.pop(0) -- 2.7.4