blob: 8d13ec11a21b190377a49f0a974f3f03f400e759 [file] [log] [blame]
#*(C) Copyright 2008 Marvell International Ltd.
#* All Rights Reserved
#******************************************************************************/
# XXX using libutils for simulator build only...
#
LOCAL_PATH:= $(call my-dir)
#begin
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
main.c
LOCAL_C_INCLUDES:=\
$(LOCAL_PATH)/../../
LOCAL_SHARED_LIBRARIES := \
libcutils libutils libmtel
LOCAL_CFLAGS := -DutlTEST
LOCAL_MODULE_TAGS:= optional
LOCAL_MODULE:= utl_test
include $(BUILD_EXECUTABLE)
#end