Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
3570072c362fc379ac83bcae6d9ff43db06ffcfb
/
.
/
gpttool
/
Android.mk
blob: 64ad945e9f3e8f3b683f7d320c8e4e63d6831e3e [
file
] [
log
] [
blame
]
ifeq
(
$
(
HOST_OS
),
linux
)
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_SRC_FILES
:=
gpttool
.
c
LOCAL_STATIC_LIBRARIES
:=
libz
LOCAL_CFLAGS
:=
-
Werror
LOCAL_MODULE
:=
gpttool
include $
(
BUILD_HOST_EXECUTABLE
)
endif