1# Copyright 2007 The Android Open Source Project
2#
3# Copies files into the directory structure described by a manifest
4
5LOCAL_PATH:= $(call my-dir)
6include $(CLEAR_VARS)
7
8LOCAL_SRC_FILES := \
9	line_endings.c
10
11LOCAL_MODULE := line_endings
12
13include $(BUILD_HOST_EXECUTABLE)
14
15