libcutils: build str_parms test for target instead of host

Change-Id: Ic1cd1c26b86b051c25db2521bd90b58731e29135
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
Dima Zavin 2011-04-27 22:26:23 -07:00
parent 0e02fcab11
commit 14fc0c2765
1 changed files with 2 additions and 2 deletions

View File

@ -143,8 +143,8 @@ 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)
endif #!sim