Un-fork Minijail.

Also fix one erroneous tab char.

BUG=b:32206741
TEST=None, but this is a piecemeal-revert of
https://chromium-review.googlesource.com/343290.
BUG=b:32005517

Change-Id: I33371e7dcee9905c2f1453743e88bdbcfff88e75
Reviewed-on: https://chromium-review.googlesource.com/400478
Commit-Ready: Jorge Lucangeli Obes <jorgelo@chromium.org>
Tested-by: Jorge Lucangeli Obes <jorgelo@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
(cherry picked from commit 5c4f06d8e926316c1751f0cb0cb1651d8cbbee4d)
Reviewed-on: https://chromium-review.googlesource.com/410290
Reviewed-by: Luis Hector Chavez <lhchavez@google.com>
Tested-by: Luis Hector Chavez <lhchavez@google.com>
Commit-Queue: Luis Hector Chavez <lhchavez@google.com>
1 file changed
tree: 7807a2424484cd0af5824e45be5ba4e85cbfb707
  1. _remotes.xml
  2. full.xml
  3. README.md
README.md
IMPORTANT: Changes to this repo must also be made in the private manfest repo https://chrome-internal.googlesource.com/chromeos/manifest-internal. Automated sync between manifest-internal and manifest is not yet set up.

Repo Groups

Repo is the tool that we use to manage our local checkouts. It parses the manifest specified by the default.xml file. The name of the manifest can be ovverriden using -m. One could also check out a subset of the manifest using the repo groups feature. This section documents the important groups that are part of the default chromiumos manifest.

minilayout

This group is the minimum subset of repos needed to do a full build of Chrome OS. It doesn't include all of the repos to necessarily test the OS image but does include all those needed to create an iamge.

buildtools

The subset of repos needed to perform release actions i.e. payload generation, etc. Used by release engineers, TPMs, and Infra team members. Note this group isn't useful without a checkout of manifest-internal.

labtools

Tools needed to perform routine lab administrative actions like DUT re-allocation or lab server management.