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

Commit b984cdce 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

am: 9083b2a8

Change-Id: I4712f777df87c4d4508e4b695eaecc99914fca2f
parents 25b3ea6d 9083b2a8
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():