Skip to content
Snippets Groups Projects
Commit 89c94e30 authored by Sonny Sasaka's avatar Sonny Sasaka Committed by Gerrit Code Review
Browse files

Merge "Change build.py ordering for rust and main"

parents 4e52152e a7b57b70
No related branches found
No related tags found
No related merge requests found
......@@ -414,8 +414,8 @@ class HostBuild():
"""
self._target_prepare()
self._target_tools()
self._target_rust()
self._target_main()
self._target_rust()
def build(self):
""" Builds according to self.target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment