Skip to content

Commit

Permalink
manifest: Fallback to fifteen branch
Browse files Browse the repository at this point in the history
Change-Id: I1b7dcb5e9bff0ebcc8896d6319e4caf7312e6e20
  • Loading branch information
kawaaii committed Jan 8, 2025
1 parent 29399f6 commit 7d5c829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ familiar with [Git and Repo](https://source.android.com/setup/build/downloading)
To initialize your local repository, use command:

```bash
repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen-qpr1 --git-lfs
repo init -u https://github.com/PixelOS-AOSP/manifest.git -b fifteen --git-lfs
```

Then sync up:
Expand Down
2 changes: 1 addition & 1 deletion snippets/custom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<remote name="PixelOS"
fetch="https://github.com/PixelOS-AOSP"
revision="refs/heads/fifteen-qpr1" />
revision="refs/heads/fifteen" />

<remote name="PixelOS-Gitlab"
fetch="https://gitlab.com/PixelOS-AOSP"
Expand Down

0 comments on commit 7d5c829

Please sign in to comment.