Revert "cutils: str_parms: make test executable build for host instead"

This reverts commit 7d31e6e533.
This commit is contained in:
Dima Zavin 2012-03-12 15:04:52 -07:00
parent cf7d2849cb
commit eccfb08f38

View file

@ -138,6 +138,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE := tst_str_parms
LOCAL_CFLAGS += -DTEST_STR_PARMS
LOCAL_SRC_FILES := str_parms.c hashmap.c memory.c
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_EXECUTABLE)
include $(BUILD_EXECUTABLE)