Sign in
ara-mdk
/
platform
/
ndk
/
09c875757c928f4c404251dc24a6c5b2f753868c
/
.
/
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
)