Lines Matching refs:to
5 Follow instructions at https://source.android.com/source/downloading.html except those noted below. You need to set up authentication to be able to submit changes.
8 Create a dir for AOSP, e.g. ~/android/aosp. It should be separate from your work on the internal repo to avoid confusion.
18 The code should be downloaded to the current dir. You may see some lines in the output like:
25 [Submitting patches to Android](https://source.android.com/source/submit-patches.html)
32 After submitting a branch to gerrit for review, each commit will show up as an individual patch set on gerrit. First the code needs to be code reviewed (+2), then verified & submitted by an approver. Reviewers without approval rights are limited to adding a code review +1.
34 If commits are uploaded together (on the same branch) then they are considered dependent upon eachother. To submit an individual commit without requiring other commits to be merged first, that commit must be cherry picked to a new branch. This can be done either locally or via the gerrit UI.
38 Reviewers must be added to each changeset for them to approve the code. Reviews can be specified on command line in this format:
44 When commenting on the code, posts will show up as drafts. Drafts are not visible to other users. To post the drafts, press the reply button (keyboard shortcut 'a') and then click Post.
50 - Make new commit then squash into previous commit to retain the gerrit change id
53 The [`repo prune`](https://source.android.com/source/using-repo.html) command can be used to delete already merged branches.
66 ManualDD is an APK you can use to manually test DroidDriver.