Skip to content Skip to sidebar Skip to footer

Is There A Tool To Create Repo Manifest File With Sha Based On Current Work Directory?

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 following? <

Solution 1:

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

repo manifest -r -o my-manifest.xml

Post a Comment for "Is There A Tool To Create Repo Manifest File With Sha Based On Current Work Directory?"