blob: 64ad945e9f3e8f3b683f7d320c8e4e63d6831e3e [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
Mark Salyzyn1c00d462014-04-30 13:25:49 -07008LOCAL_CFLAGS := -Werror
Brian Swetlanda360a772011-01-25 00:03:23 -08009
10LOCAL_MODULE := gpttool
Brian Swetlanda360a772011-01-25 00:03:23 -080011
12include $(BUILD_HOST_EXECUTABLE)
13
14endif