blob: db0bc80b85ba92192982dc741c65af44da229215 [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
7 // A large-scale-change added 'default_applicable_licenses' to import
8 // all of the 'license_kinds' from "development_license"
9 // to get the below license kinds:
10 // legacy_restricted
11 default_applicable_licenses: ["development_license"],
12}
13
Colin Cross6d7b3462017-10-20 13:02:56 -070014cc_binary_host {
15 name: "line_endings",
16 srcs: ["line_endings.c"],
Chih-Hung Hsieh266197a2017-10-31 09:55:01 -070017 cflags: ["-Wall", "-Werror"],
Colin Cross6d7b3462017-10-20 13:02:56 -070018}