mirror of
https://github.com/openharmony/build_lite.git
synced 2026-07-19 08:33:46 -04:00
add config's path into system path Signed-off-by: lubinglun <lubinglun@huawei.com> Change-Id: I6e0aac836869e7e46629898e41bdcfe25616f796
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user