Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
385539c7d57a0e05bc7ce8d6b8c4c72bae66d12b
/
.
/
libs
/
surfaceflinger_client
/
Android.mk
blob: 267e3edf44e3b1896a5d1e8c922efd4306a6c456 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_SRC_FILES
:=
LOCAL_SHARED_LIBRARIES
:=
LOCAL_MODULE
:=
libsurfaceflinger_client
ifeq
(
$
(
TARGET_SIMULATOR
),
true
)
LOCAL_LDLIBS
+=
-
lpthread
endif
include $
(
BUILD_SHARED_LIBRARY
)