Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9083b2a8 authored by Hall Liu's avatar Hall Liu Committed by android-build-merger
Browse files

Add instructions for local cherry-pick in preupload am: 5717238d

am: 72a7ef42

Change-Id: I9404ece42bc4c66e8b9eb59d6fb79f9b96d36218
parents c18b7944 72a7ef42
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -23,6 +23,15 @@ change contains confidential or security-sensitive information), please state
that it's infeasible and provide reasoning as follows:

  AOSP: Infeasible <your reasoning here>

If you need to cherry-pick your change from an internal branch to AOSP before
uploading, you can do so locally by adding the internal branch as a remote in
AOSP:
  git remote add goog-master /path/to/your/remote/branch/.git
starting a new branch in AOSP:
  repo start <your-branch-name>-cp
then fetching and cherry-picking the change:
  git fetch goog-master your-branch-name && git cherry-pick FETCH_HEAD
"""

def main():