[Toybox] imgtec patch: Fix static linkage of toybox binary.
Tom Marshall
tom at cyngn.com
Tue May 10 08:44:29 PDT 2016
On 05/10/2016 01:13 AM, Rob Landley wrote:
> Let's see...
>
> https://android-review.googlesource.com/#/c/223875/
>
> becomes
>
> git fetch https://android.googlesource.com/platform/external/toybox \
> refs/changes/60/223875/1 && git cherry-pick FETCH_HEAD
Almost.
git fetch https://android.googlesource.com/platform/external/toybox refs/changes/75/223875/1 && git cherry-pick FETCH_HEAD
75 is the change number (223875) modulo 100. I'm not familiar with
gerrit code, so I don't know why they do this. It's surely related to
server efficiency.
1 is the patch revision, of course.
More information about the Toybox
mailing list