[roll] Roll fuchsia [boards][x64] Factor out common x86 configs into "x86-common.gni".
We move the duplicated config items into a single base config
"x86-common.gni" that the other configs derive from.
This CL creates no semantic changes. Running the script:
for i in x64 chromebook-x64 qemu-x64; do
git checkout ${BEFORE}
fx --dir out/default set core.$i
fx gn gen out/default --ide=json --json-file-name=before.json
git checkout ${AFTER}
fx gn gen out/default --ide=json --json-file-name=after.json
wdiff --no-common out/default/before.json out/default/after.json
done
shows no change in targets after this CL.
Original-Bug: 67913
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/472704
Original-Revision: efce093eeaed8c9b9a7bcdd4ad8228151f037ef6
GitOrigin-RevId: 4dd9ff9cc6ebb1c73089d4fd7dcc048e3ef7dd1e
Change-Id: I1421ef9a46c0ef04980db4108919464b4f562713
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.