From 0fb7707b2dc8a36753f09b8c9fc82933fc489401 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Wed, 10 Jun 2020 12:53:49 +0100 Subject: [PATCH] Rename native code coverage paths environment variable in `acov`. Rename `COVERAGE_PATHS` as `NATIVE_COVERAGE_PATHS`. Test: n/a Bug: 158212027 Change-Id: Ifbf4bed29880cd169aaca63733420f260cf6551d --- scripts/acov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/acov b/scripts/acov index 505b79046..3524280d5 100755 --- a/scripts/acov +++ b/scripts/acov @@ -19,7 +19,7 @@ # # 1. sudo apt-get install lcov # 2. Build application/library with coverage information. -# * make NATIVE_COVERAGE=true COVERAGE_PATHS='*' +# * make NATIVE_COVERAGE=true NATIVE_COVERAGE_PATHS='*' # 3. Push the new binaries to the device with adb sync. # (Optional): Run `acov --clean-device`. This will reset coverage for everything # on the device.