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

Commit eccfb08f authored by Dima Zavin's avatar Dima Zavin
Browse files

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

This reverts commit 7d31e6e5.
parent cf7d2849
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_STATIC_LIBRARIES := liblog
LOCAL_SHARED_LIBRARIES := liblog
LOCAL_MODULE_TAGS := optional
include $(BUILD_HOST_EXECUTABLE)
include $(BUILD_EXECUTABLE)