Files
2023-10-13 14:01:41 +00:00

10 lines
232 B
Plaintext

// Copyright 2007 The Android Open Source Project
//
// Copies files into the directory structure described by a manifest
cc_binary_host {
name: "line_endings",
srcs: ["line_endings.c"],
cflags: ["-Wall", "-Werror"],
}