Files
android_development/tools/line_endings/Android.bp
Bob Badour 082705bfb3 Fix license texts.
Push specific licenses down the tree toward the leaf directories.

Remove extra Apache 2.0 license texts--just use Android-Apache-2.0

Test: m nothing
Change-Id: Ibee25f75f5933699d6f43acdc192b2ada6823757
2022-01-20 19:04:52 +00:00

16 lines
361 B
Plaintext

// Copyright 2007 The Android Open Source Project
//
// Copies files into the directory structure described by a manifest
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
cc_binary_host {
name: "line_endings",
srcs: ["line_endings.c"],
cflags: ["-Wall", "-Werror"],
stl: "none",
}