Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
prebuilt-copy
/
prebuilts
/
jni
/
Android.mk
blob: 72b8e72c4776e5a8fa723964f35e45627e966d6c [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
libfoo
LOCAL_SRC_FILES
:=
foo
.
c
include $
(
BUILD_SHARED_LIBRARY
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
libbar
LOCAL_SRC_FILES
:=
bar
.
c
include $
(
BUILD_STATIC_LIBRARY
)