Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7d31e6e5 authored by Dima Zavin's avatar Dima Zavin
Browse files

cutils: str_parms: make test executable build for host instead



Change-Id: I711e03aaf859107c697c6dcb82e0ab83e94570ba
Signed-off-by: default avatarDima Zavin <dima@android.com>
parent a603e40f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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_SHARED_LIBRARIES := liblog
LOCAL_STATIC_LIBRARIES := liblog
LOCAL_MODULE_TAGS := optional
include $(BUILD_EXECUTABLE)
include $(BUILD_HOST_EXECUTABLE)