diff options
author | Dan Albert <danalbert@google.com> | 2015-01-30 22:49:13 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-01-30 22:49:14 +0000 |
commit | babecc483276b46d84cb83d4f01e577228827305 (patch) | |
tree | 882108530905e61d6e22e6941fc924ee65480274 /compiler | |
parent | 8b1a929ba6461b83f9150090ee807c0274bd5ac5 (diff) | |
parent | 31fb26054349db03b3f1627fe975ed099ade69dd (diff) | |
download | art-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.mk | 3 |
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 |