Sign in
android
/
platform
/
ndk
/
06c762d797782f574e40a956613c4e19c504b6c1
/
.
/
tests
/
build
/
fails-missing-deps
/
jni
/
Android.mk
blob: dde7573d890e987b7e64b2f32268c84cf7975e11 [
file
] [
log
] [
blame
]
LOCAL_PATH
:=
$
(
call my
-
dir
)
include $
(
CLEAR_VARS
)
LOCAL_MODULE
:=
foo
LOCAL_SRC_FILES
:=
foo
.
cpp
LOCAL_STATIC_LIBRARIES
:=
missing
-
dep
include $
(
BUILD_EXECUTABLE
)