Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
a01b1ff638352d3fa3a6d58481e018cda22b4c1c
/
.
/
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
)