OP-2414 - moved vendorized OpenHarmony directly to harmony folder

This commit is contained in:
Petr Kalis 2022-02-09 14:05:13 +01:00
parent 63229f32c2
commit e123c67c9d
143 changed files with 9 additions and 1 deletions

View file

@ -4,7 +4,8 @@ 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"], "openpype", "vendor", "OpenHarmony"
os.environ["OPENPYPE_REPOS_ROOT"], "openpype", "hosts",
"harmony", "vendor", "OpenHarmony"
)
# TODO check if is already set? What to do if is already set?
env["LIB_OPENHARMONY_PATH"] = openharmony_path

View file

@ -0,0 +1,7 @@
{
"env": {
"browser": true
},
"extends": "eslint:recommended",
"ignorePatterns": ["**/*.js"]
}

Some files were not shown because too many files have changed in this diff Show more