blob: b8f9844c7a4afedc45a7d1083d584eca5c773d3c [file] [log] [blame]
Brian Swetlanda360a772011-01-25 00:03:23 -08001ifeq ($(HOST_OS),linux)
2
3LOCAL_PATH:= $(call my-dir)
4include $(CLEAR_VARS)
5
6LOCAL_SRC_FILES := gpttool.c
7LOCAL_STATIC_LIBRARIES := libz
8
9LOCAL_MODULE := gpttool
Brian Swetlanda360a772011-01-25 00:03:23 -080010
11include $(BUILD_HOST_EXECUTABLE)
12
13endif