blob: 6f04f1a3ec5b94d6a554258b53f5e2efb13936f7 [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
Bob Badourf7cf3052021-02-12 17:13:45 -08005package {
6 // See: http://go/android-license-faq
Bob Badour082705b2022-01-19 18:29:06 -08007 default_applicable_licenses: ["Android-Apache-2.0"],
Bob Badourf7cf3052021-02-12 17:13:45 -08008}
9
Colin Cross6d7b3462017-10-20 13:02:56 -070010cc_binary_host {
11 name: "line_endings",
12 srcs: ["line_endings.c"],
Chih-Hung Hsieh266197a2017-10-31 09:55:01 -070013 cflags: ["-Wall", "-Werror"],
Dan Willemsen17df46e2021-07-13 21:52:51 -070014 stl: "none",
Colin Cross6d7b3462017-10-20 13:02:56 -070015}