Commit 9ac5c543 authored by John McCutchan's avatar John McCutchan

Do not invoke mojom/generate.dart from sky_tool anymore

parent a5e5cbc8
...@@ -154,12 +154,6 @@ class StartSky(object): ...@@ -154,12 +154,6 @@ class StartSky(object):
print "%s is not a valid packages path." % package_root print "%s is not a valid packages path." % package_root
return 2 return 2
subprocess.check_call([
DART_PATH,
'--package-root=%s' % package_root,
'packages/mojom/generate.dart'
])
if not self._is_package_installed(ANDROID_PACKAGE): if not self._is_package_installed(ANDROID_PACKAGE):
print '%s is not installed, installing.' % APK_NAME print '%s is not installed, installing.' % APK_NAME
args.install = True args.install = True
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment