Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
system
/
core
/
5d5816c484f124ca52c53cd434955b9782a486a5
/
.
/
gpttool
/
Android.mk
blob: a9fffe90166793f8e9c67d2457a7fecb2f827d1a [
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
LOCAL_MODULE_TAGS
:=
eng
include $
(
BUILD_HOST_EXECUTABLE
)
endif