I am merging in changes from the latest commit to master and am encountering this build issue:
Traceback (most recent call last):
File "C:\work\cobalt\dev\starboard\tools\app_launcher_packager.py", line 30, in <module>
from starboard.tools import command_line
ModuleNotFoundError: No module named 'starboard'
ERROR at //starboard/tools/BUILD.gn:18:15: Script returned non-zero exit code.
file_list = exec_script(script, [ "-l" ], "trim string")
^----------
I don't recall this being an issue before. Can someone give provide some info on this? What exactly is being packaged, and why do I need it?
Thanks,
-Jake