Revert "cutils: str_parms: make test executable build for host instead"
This reverts commit 7d31e6e533
.
This commit is contained in:
parent
cf7d2849cb
commit
eccfb08f38
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue