aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/README.bisect.md
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:37:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:37:01 +0000
commit4fdb4460ca20234d8c6ceec9dee87db92a82836f (patch)
treeb0522edde1d3c5356c95eb1ee2eae3e87befa1f3 /binary_search_tool/README.bisect.md
parent4ac7ca7c4f6d13380afa6b0d52313f0f18765038 (diff)
parent882a18888febb9cb0b9d6c6069498cbc4aa30f88 (diff)
downloadtoolchain-utils-4fdb4460ca20234d8c6ceec9dee87db92a82836f.tar.gz
Change-Id: I95d315734fe4eb0f33eacf393a464b05bb1d3eac
Diffstat (limited to 'binary_search_tool/README.bisect.md')
-rw-r--r--binary_search_tool/README.bisect.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/binary_search_tool/README.bisect.md b/binary_search_tool/README.bisect.md
index bd9e0f14..32f4cba6 100644
--- a/binary_search_tool/README.bisect.md
+++ b/binary_search_tool/README.bisect.md
@@ -75,7 +75,9 @@ following arguments:
* board: The board to bisect on. For example: daisy, falco, etc.
* remote: The IP address of the physical machine you're using to test with.
-* package: The package to bisect with. For example: chromeos-chrome
+* package: The package to bisect with. For example: chromeos-chrome.
+* use_flags: (Optional) Use flags for emerge. For example: "-thinlto -cfi".
+* noreboot: (Optional) Do not reboot after updating the package.
* dir: (Optional) the directory for your good/bad build trees. Defaults to
$BISECT_DIR or /tmp/sysroot_bisect. This value will set $BISECT_DIR
for all bisecting scripts.