Is there a tool to create repo manifest file with SHA based on current work directory?

后端 未结 1 1574
执念已碎
执念已碎 2021-02-09 16:48

I\'m using repo, which is used by Android project, to manage my project.

Is there a tool to create repo manifest file with SHA based on current work directory as the fol

相关标签:
1条回答
  • 2021-02-09 17:32

    The repo manifest command creates manifest files with fixed SHA-1s based on the current workspace.

    repo manifest -r -o my-manifest.xml
    
    0 讨论(0)
提交回复
热议问题