mirror of
https://github.com/openharmony/developtools_syscap_codec.git
synced 2026-08-27 02:11:19 -04:00
!546 Modify to the correct path.
Merge pull request !546 from csliutt/master
This commit is contained in:
@@ -285,7 +285,8 @@ def main():
|
||||
project_path = args.project_path
|
||||
check_target = args.check_target
|
||||
bundles = args.bundles
|
||||
syscap_define_path = os.path.join(project_path, "developtools", "syscap_codec", "include", "syscap_define.h")
|
||||
syscap_define_path = os.path.join(project_path, "developtools", "syscap_codec", "include",
|
||||
"codec_config", "syscap_define.h")
|
||||
ts_path = os.path.join(project_path, "interface", "sdk-js", "api")
|
||||
component_black_dirs = ("out",)
|
||||
bundle_syscap_heirarchy = ("component", "syscap")
|
||||
|
||||
Reference in New Issue
Block a user