Files
android_development/scripts/llvm-gcov
Oliver Nguyen f7421ae9db Update acov script to handle new coverage file locations.
Test: Build with native coverage and run acov, check report contents.
Change-Id: I47afd35216cfcc7df7da2378cccdf8dba23bd8e2
2020-03-11 10:54:07 -07:00

4 lines
75 B
Bash
Executable File

#!/bin/bash
# Wrapper script around 'llvm-cov gcov'.
exec llvm-cov gcov $@