blob: 2e5f2e397a16894568b7c88aaace5f2c772f6f8c [file] [log] [blame]
Colin Cross6d7b3462017-10-20 13:02:56 -07001// 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"],
Chih-Hung Hsieh266197a2017-10-31 09:55:01 -07008 cflags: ["-Wall", "-Werror"],
Colin Cross6d7b3462017-10-20 13:02:56 -07009}