summaryrefslogtreecommitdiffstats
path: root/compiler
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-01-30 22:49:13 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-30 22:49:14 +0000
commitbabecc483276b46d84cb83d4f01e577228827305 (patch)
tree882108530905e61d6e22e6941fc924ee65480274 /compiler
parent8b1a929ba6461b83f9150090ee807c0274bd5ac5 (diff)
parent31fb26054349db03b3f1627fe975ed099ade69dd (diff)
downloadart-babecc483276b46d84cb83d4f01e577228827305.zip
art-babecc483276b46d84cb83d4f01e577228827305.tar.gz
art-babecc483276b46d84cb83d4f01e577228827305.tar.bz2
Merge "Add options for building/testing with coverage."
Diffstat (limited to 'compiler')
-rw-r--r--compiler/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/Android.mk b/compiler/Android.mk
index 04ebc6c..b87201a 100644
--- a/compiler/Android.mk
+++ b/compiler/Android.mk
@@ -242,6 +242,9 @@ $$(ENUM_OPERATOR_OUT_GEN): $$(GENERATED_SRC_DIR)/%_operator_out.cc : $(LOCAL_PAT
else
LOCAL_SHARED_LIBRARIES += libvixl
endif
+
+ LOCAL_NATIVE_COVERAGE := $(ART_COVERAGE)
+
ifeq ($$(art_target_or_host),target)
# For atrace.
LOCAL_SHARED_LIBRARIES += libcutils