[roll] Roll infra/recipes [contrib/ffmpeg.py] use provided 'profile' parameter

https://turquoise-internal-review.git.corp.google.com/c/integration/+/628381
adds a 'profile' parameter to each 'build' used by ffmpeg.py. This CL
uses that parameter instead of the hard-coded string 'arch' in
formulating a destination path for the build. Currently, this value
is always 'arch', so no behavior change results.

After this CL lands, the input parameters will be changed again to
add new builds with 'profile' containing the actual profile name, so
that the results are deposited in profile-specific directories.

Original-Bug: 115454

Test: no behavior change
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/770311
Original-Revision: c09dccd99707b7eccaca49602f2362ad0d82f448
GitOrigin-RevId: 1c8ac7bdc54fa25d9deb39e4b8cfc96a169f8c79
Change-Id: Iacca70f6105a078ffbad0b17717044933d9958ce
1 file changed
tree: 1e68b66dabd2d090159b3273b28ea09c06aa69d7
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.