diff --git a/default.xml b/default.xml index e940e81..10dd3e7 100644 --- a/default.xml +++ b/default.xml @@ -2,37 +2,40 @@ + revision="refs/tags/android-10.0.0_r2" + fetch="https://android.googlesource.com" + review="android-review.googlesource.com" /> + fetch="ssh://git@git.aospa.co/AOSPA" /> + revision="quartz" /> + review="codeaurora.org" /> + revision="quartz" /> + fetch="https://github.com" /> + fetch="ssh://git@github.com" /> - + + @@ -44,18 +47,21 @@ + + - - - - + + + + - + + @@ -67,6 +73,7 @@ + @@ -89,23 +96,23 @@ - - + + - - + - + + @@ -114,7 +121,7 @@ - + @@ -123,11 +130,13 @@ + + @@ -137,55 +146,61 @@ + + + - - - - + + + - - - - + - + + + + + + + - + + @@ -193,7 +208,9 @@ + + @@ -202,13 +219,13 @@ + - + - @@ -221,20 +238,19 @@ + - - @@ -242,10 +258,8 @@ + - - - @@ -256,12 +270,13 @@ + - + @@ -270,21 +285,18 @@ - - - + - + - @@ -294,20 +306,20 @@ - + + - - - + + @@ -319,15 +331,24 @@ + + + + + + + + + @@ -342,23 +363,31 @@ + + + + + + + + @@ -366,11 +395,12 @@ - + + @@ -387,45 +417,43 @@ + - + - - - + + - - + + - - - - + + @@ -434,7 +462,6 @@ - @@ -449,11 +476,9 @@ - - + - @@ -462,52 +487,60 @@ - - - - + - - - - + + + + + + + + + + + + - + + + - + + @@ -518,34 +551,38 @@ - - - + + + - + + - - + + + - + + + @@ -554,15 +591,20 @@ + - + - + + + + + @@ -577,12 +619,10 @@ - + - - @@ -591,16 +631,19 @@ + + - + + - + @@ -608,7 +651,8 @@ - + + @@ -619,7 +663,14 @@ - + + + + + + + + @@ -628,15 +679,18 @@ + - + + + @@ -644,13 +698,19 @@ + + - + + + + + @@ -668,47 +728,75 @@ + + - - + + + + + + + - - + + + - - + + + + + + + + + + + + - - + + + + + + - + + + - - + + + - + + + + @@ -717,7 +805,7 @@ - + @@ -727,9 +815,9 @@ + - diff --git a/manifests/aospa.xml b/manifests/aospa.xml index 384e7d4..25573b7 100644 --- a/manifests/aospa.xml +++ b/manifests/aospa.xml @@ -20,9 +20,7 @@ - - - + diff --git a/readme.md b/readme.md index fead86a..1f7e0e4 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ $ cd WORKSPACE # Install Repo in the created directory # Use a real name/email combination, if you intend to submit patches -$ repo init -u https://github.com/AOSPA/manifest -b pie +$ repo init -u https://github.com/AOSPA/manifest -b quartz ``` ### Downloading the source tree ### @@ -140,23 +140,23 @@ $ git add -A $ git commit -a -s # Upload your changes -$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/pie +$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/quartz ``` ### Extra commands for Gerrit ### ```bash # If you desire to upload a change as private use the below command -$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/pie%private +$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/quartz%private # If you desire to upload a change as W.I.P(Work in Progress) use the below command -$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/pie%wip +$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/quartz%wip # After that, if you want to make the commit public you can use the UI tools on AOSPA Gerrit website, or use the below command -$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/pie%remove-private +$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/quartz%remove-private # If you want to unset the W.I.P status on your commit, you can use UI tools on AOSPA Gerrit website, or use the below command -$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/pie%ready +$ git push ssh://USERNAME@gerrit.aospa.co:29418/AOSPA/PROJECT HEAD:refs/for/quartz%ready ``` ### Making additional changes ###