Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I22e5122f9ebcb0ea063683656fc2a801edf251cd
10 lines
232 B
Plaintext
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"],
|
|
}
|