Sign in
android
/
platform
/
external
/
opencore
/
5e291bbb990db983435932e76319a2fd19a302c0
/
.
/
Android_system_extras.mk
blob: afe76ba5394cb6c39c782ecedd7160e74632213f [
file
]
LOCAL_LDLIBS
:=
-
lpthread
ifeq
(
$
(
TARGET_OS
)-
$
(
TARGET_SIMULATOR
),
linux
-
true
)
LOCAL_LDLIBS
+=
-
ldl
endif
ifneq
(
$
(
TARGET_SIMULATOR
),
true
)
LOCAL_SHARED_LIBRARIES
+=
libdl
endif