Files
android_development/tools/line_endings/Android.bp
Chih-Hung Hsieh 266197aff9 Use -Werror in development/tools/line_endings
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I22e5122f9ebcb0ea063683656fc2a801edf251cd
2017-10-31 09:57:35 -07: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"],
}