commit | 5c362d4573d8c852855e3d769c4add282a27f6d5 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Tue Aug 28 13:47:28 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Aug 28 13:47:28 2012 -0700 |
tree | ff97bb07033b1772a4ccb2c5a334b4504df8aee9 | |
parent | 0a397b4802b88af52c30e0f866929c70ef7e121b [diff] | |
parent | 8649e0dca600ae58ef2f0146b1ccb3357f0b0d55 [diff] |
Merge "Fix build warning."
diff --git a/tests/Android.mk b/tests/Android.mk index 68d0765..189572c 100644 --- a/tests/Android.mk +++ b/tests/Android.mk
@@ -52,7 +52,7 @@ ifeq ($(HOST_OS),linux) # Compile using the host only on linux for valgrind support. define host-test -$(call _define-test,$(1),eng,HOST_,-O0 -g,_host) +$(call _define-test,$(1),optional,HOST_,-O0 -g,_host) endef endif