Guest User

Untitled

a guest
Jan 12th, 2018
358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. <project path="frameworks/base" name="platform/frameworks/base" groups="pdk-cw-fs,pdk-fs" />
  2.  
  3. repo sync -u git@github.com:my_own_github_account/platform_manifest.git
  4.  
  5. repo sync
  6.  
  7. fatal: remote error:
  8. my_own_github_account/platform/external/libopus is not a valid repository name
  9. Email support@github.com for help
  10.  
  11. <remote name="aosp"
  12. fetch=".."
  13. review="https://android-review.googlesource.com/" />
  14.  
  15. <remote name="aosp"
  16. fetch="https://android.googlesource.com" />
  17.  
  18. <remote name="origin" fetch="https://github.com/my_own_github_account" />
  19.  
  20. <project path="frameworks/base" name="platform/base"
  21. remote="origin" revision="your_default_revision" />
Add Comment
Please, Sign In to add comment