Merge "Fix typo in documentation of script acov-llvm.py."

This commit is contained in:
Treehugger Robot
2022-04-05 17:06:58 +00:00
committed by Gerrit Code Review

View File

@@ -33,7 +33,7 @@
# $ acov-llvm.py flush
#
# 4. Pull coverage from device and generate coverage report
# $ acov-llvm.py report -s <one-or-more-source-paths-in-$ANDROID_BUILD_TOP \
# $ acov-llvm.py report -s <one-or-more-source-paths-in-$ANDROID_BUILD_TOP> \
# -b <one-or-more-binaries-in-$OUT> \
# E.g.:
# acov-llvm.py report \