Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
warn-thin-archive-is-for-static-libraries
/
jni
/
Android.mk
blob: c77d54bee00e027b61ac751170bb5543f8ca7381 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
libfoo
LOCAL_SRC_FILES
:=
foo
.
c
LOCAL_THIN_ARCHIVE
:=
true
include $
(
BUILD_SHARED_LIBRARY
)