Update module name referenced in README.md

Test: atest-src google/perf/jank/UIBench/UIBench-Lock -v
Bug: 170349152

Change-Id: I0dfb9422b068952c6f4d506a8fbfa5316dbe9886
This commit is contained in:
Peter Kalauskas 2020-10-09 13:07:43 -07:00
parent 08a43426a0
commit b5f8e03496
1 changed files with 1 additions and 1 deletions

View File

@ -184,5 +184,5 @@ otherwise prints:
Some devices have a `perf-setup.sh` script that locks CPU and GPU frequencies. Some TradeFed
benchmarks appear to be using the script. For more information:
* run `get_build_var BOARD_PERFSETUP_SCRIPT`
* run `m perf-setup.sh` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
* run `m perf-setup` to install the script into `${OUT}/data/local/tmp/perf-setup.sh`
* see: https://android.googlesource.com/platform/platform_testing/+/refs/heads/master/scripts/perf-setup/