The Android Open Source Project | dd7bc33 | 2009-03-03 19:32:55 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
2 | |||||
3 | include $(CLEAR_VARS) | ||||
4 | |||||
5 | LOCAL_SRC_FILES:= \ | ||||
6 | AutoMount.c \ | ||||
7 | ProcessKiller.c \ | ||||
8 | Server.c \ | ||||
9 | mountd.c \ | ||||
10 | ASEC.c \ | ||||
11 | logwrapper.c | ||||
12 | |||||
13 | LOCAL_MODULE:= mountd | ||||
14 | |||||
15 | LOCAL_C_INCLUDES := $(KERNEL_HEADERS) | ||||
16 | |||||
17 | LOCAL_CFLAGS := -DCREATE_MOUNT_POINTS=0 | ||||
18 | |||||
19 | LOCAL_SHARED_LIBRARIES := libcutils | ||||
20 | |||||
21 | # disabled - we are using vold now instead | ||||
22 | # include $(BUILD_EXECUTABLE) |