Don't install afar and dexpreopt-wrapper on system while building tests.

This commit is contained in:
Sriram Raman 2009-06-22 17:16:37 -07:00
parent edb6829f83
commit 802965380c
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ LOCAL_C_INCLUDES := external/zlib
LOCAL_SHARED_LIBRARIES := libz
LOCAL_MODULE := afar
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)

View File

@ -31,6 +31,6 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE := dexopt-wrapper
LOCAL_MODULE_TAGS := tests
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)