1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) LOCAL_SRC_FILES:= \ AutoMount.c \ ProcessKiller.c \ Server.c \ mountd.c \ ASEC.c LOCAL_MODULE:= mountd LOCAL_C_INCLUDES := $(KERNEL_HEADERS) LOCAL_CFLAGS := -DCREATE_MOUNT_POINTS=0 LOCAL_SHARED_LIBRARIES := libcutils include $(BUILD_EXECUTABLE)