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