Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
71a8aa347383fa5891a43aaa587fe67be166d5c4
/
.
/
gpttool
/
Android.mk
blob: b8f9844c7a4afedc45a7d1083d584eca5c773d3c [
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_MODULE
:=
gpttool
include $
(
BUILD_HOST_EXECUTABLE
)
endif