Skip to content

Commit c0750d7

Browse files
committed
Initial manifest for Android 10
Change-Id: Ia0a6f94e4350fc8d8b05e216c4bafd17648d1667
1 parent 84fe63b commit c0750d7

File tree

6 files changed

+251
-317
lines changed

6 files changed

+251
-317
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```bash
66

77
# Initialize local repository
8-
repo init -u https://github.com/PixelExperience/manifest -b pie
8+
repo init -u https://github.com/pe-wip/manifest -b ten
99

1010
# Sync
1111
repo sync -c -j$(nproc --all) --force-sync --no-clone-bundle --no-tags
@@ -53,7 +53,7 @@ You can send patches to us by using these commands in terminal:
5353
(From root android directory)
5454
. build/envsetup.sh
5555
(Go to repo you are patching, make your changes and commit)
56-
pixelgerrit push pie
56+
pixelgerrit push ten
5757
5858
or
5959
@@ -62,7 +62,7 @@ You can send patches to us by using these commands in terminal:
6262

6363
* `<username>` - Your Gerrit username (which can be seen/set [here](https://gerrit.pixelexperience.org/#/settings/))
6464
* `<project>` - The git repo you are pushing to; all options can be viewed at [this link](https://gerrit.pixelexperience.org/#/admin/projects/)
65-
* `<branch>` - The git branch your change is based on; for projects using this manifest, it is `pie`
65+
* `<branch>` - The git branch your change is based on; for projects using this manifest, it is `ten`
6666

6767
Make your changes and commit with a detailed message, starting with what you are working with
6868
Commit your patches in a single commit. Squash multiple commits using this command: `git rebase -i HEAD~<# of commits>`

crowdin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<remote name="pixel"
55
fetch="https://github.com/PixelExperience"
6-
revision="pie"
6+
revision="ten"
77
review="gerrit.pixelexperience.org" />
88

99
<remote name="pixel-devices"
1010
fetch="https://github.com/PixelExperience-Devices"
11-
revision="pie" />
11+
revision="ten" />
1212

1313
<remote name="github"
1414
fetch="https://github.com/" />

0 commit comments

Comments
 (0)