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