Sign in
ara-mdk
/
platform
/
ndk
/
639654fdbfd5d24ff8209d74f6e549d0468726ff
/
.
/
tests
/
device
/
static-executable
/
jni
/
Android.mk
blob: 111bd4ea60d2798ae70644a360afc97dc1caf1fc [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
static_main
LOCAL_SRC_FILES
:=
main
.
c
LOCAL_LDFLAGS
:=
-
static
# this forces the generation of a static executable
include $
(
BUILD_EXECUTABLE
)