commit | f2ee14f99092efb28cfd07a5c8db4d15d09908b8 | [log] [tgz] |
---|---|---|
author | Ying Wang <[email protected]> | Thu Aug 23 11:22:59 2012 -0700 |
committer | Ying Wang <[email protected]> | Thu Aug 23 11:22:59 2012 -0700 |
tree | b916f47969c21b6cd330f51435ec71fc5f82bb73 | |
parent | a7332b9ba806594ef2667ec11fa38321a124a9a8 [diff] |
Fix build warning. Change-Id: Ia7f157116fddec710fce0ec3d187bbcac18fab12
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