OP-2414 - added vendored OpenHarmony

This commit is contained in:
Petr Kalis 2022-01-27 19:06:53 +01:00
parent 182660d551
commit 2f09afecd0
79 changed files with 152954 additions and 57972 deletions

View file

@ -4,7 +4,7 @@ import os
def add_implementation_envs(env, _app):
"""Modify environments to contain all required for implementation."""
openharmony_path = os.path.join(
os.environ["OPENPYPE_REPOS_ROOT"], "pype", "vendor", "OpenHarmony"
os.environ["OPENPYPE_REPOS_ROOT"], "openpype", "vendor", "OpenHarmony"
)
# TODO check if is already set? What to do if is already set?
env["LIB_OPENHARMONY_PATH"] = openharmony_path