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:
parent
0e02fcab11
commit
14fc0c2765
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue