Sign in
chromium
/
android_tools
/
master-backup
/
.
/
ndk
/
tests
/
device
/
static-executable
/
jni
/
Android.mk
blob: 111bd4ea60d2798ae70644a360afc97dc1caf1fc [
file
]
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
)