提交 2c307a2c 编写于 作者: J John McCutchan

Merge pull request #411 from johnmccutchan/remove_generate

Do not invoke mojom/generate.dart from sky_tool anymore
......@@ -154,12 +154,6 @@ class StartSky(object):
print "%s is not a valid packages path." % package_root
return 2
subprocess.check_call([
DART_PATH,
'--package-root=%s' % package_root,
'packages/mojom/generate.dart'
])
if not self._is_package_installed(ANDROID_PACKAGE):
print '%s is not installed, installing.' % APK_NAME
args.install = True
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册