Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_system_core
/
dae26c6ac44e9c47cc60fcaa3d04c54d68d66760
/
.
/
sdcard
/
Android.mk
blob: c430ac8eee0d84e3d359ac918f6ffa01eb6deaa4 [
file
] [
log
] [
blame
]
Brian Swetland
03ee947
2010-08-12 18:01:08 -0700
[
diff
] [
blame
]
1
LOCAL_PATH
:=
$
(
call my
-
dir
)
2
3
include $
(
CLEAR_VARS
)
4
5
LOCAL_SRC_FILES
:=
sdcard
.
c
6
LOCAL_MODULE
:=
sdcard
7
8
LOCAL_SHARED_LIBRARIES
:=
libc
9
10
include $
(
BUILD_EXECUTABLE
)