add config's path into system path

Signed-off-by: lubinglun <lubinglun@huawei.com>
Change-Id: I6e0aac836869e7e46629898e41bdcfe25616f796
This commit is contained in:
lubinglun
2022-11-09 12:51:31 +08:00
committed by aodongbiao
parent 55571d12b7
commit 5acf076804
+2 -1
View File
@@ -16,9 +16,10 @@
# limitations under the License.
import os
import sys
import platform
from distutils.spawn import find_executable
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__)))))
from hb_internal import CONFIG_JSON
from hb_internal import CONFIG_STRUCT
from hb_internal import BUILD_TOOLS_CFG