1// Copyright 2007 The Android Open Source Project 2// 3// Copies files into the directory structure described by a manifest 4 5cc_binary_host { 6 name: "line_endings", 7 srcs: ["line_endings.c"], 8 cflags: ["-Wall", "-Werror"], 9} 10