Merge "Rename native code coverage paths environment variable in acov." am: e00048a28b

Original change: https://android-review.googlesource.com/c/platform/development/+/1329073

Change-Id: I9206cbda9980e8bd8fdd0139823ed681c344f424
This commit is contained in:
Roland Levillain
2020-06-15 10:18:46 +00:00
committed by Automerger Merge Worker

View File

@@ -19,7 +19,7 @@
# #
# 1. sudo apt-get install lcov # 1. sudo apt-get install lcov
# 2. Build application/library with coverage information. # 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. # 3. Push the new binaries to the device with adb sync.
# (Optional): Run `acov --clean-device`. This will reset coverage for everything # (Optional): Run `acov --clean-device`. This will reset coverage for everything
# on the device. # on the device.