()
| 165 | return True |
| 166 | |
| 167 | def update_tool_json(): |
| 168 | global ttbuild_cdn, ttbuild_path |
| 169 | json_url = f"{ttbuild_cdn}/sdk/tool.json" |
| 170 | json_filepath = os.path.join(ttbuild_path, "tool.json") |
| 171 | return download_file(json_url, json_filepath) |
| 172 | |
| 173 | def should_fetch_sdkconfig_files(platform_targets): |
| 174 | for platform in platform_targets: |
no test coverage detected