using a local_manifest.xml with repo

前端 未结 3 993
终归单人心
终归单人心 2021-01-31 06:20

I downloaded the android sources using repo. It says repo is initialized to a directory and thats where the folders get downloaded. Now I have another local_manifest.xml file wh

3条回答
  •  深忆病人
    2021-01-31 06:27

    Do this:

    cp your_local_mainifest.xml .repo/manifests
    repo init -m your_local_manifest.xml
    repo sync
    

提交回复
热议问题