2011-01-25 16:03:23 +08:00
|
|
|
ifeq ($(HOST_OS),linux)
|
|
|
|
|
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
|
|
|
LOCAL_SRC_FILES := gpttool.c
|
|
|
|
LOCAL_STATIC_LIBRARIES := libz
|
2014-05-01 04:25:49 +08:00
|
|
|
LOCAL_CFLAGS := -Werror
|
2011-01-25 16:03:23 +08:00
|
|
|
|
|
|
|
LOCAL_MODULE := gpttool
|
|
|
|
|
|
|
|
include $(BUILD_HOST_EXECUTABLE)
|
|
|
|
|
|
|
|
endif
|