Colin Cross | 6d7b346 | 2017-10-20 13:02:56 -0700 | [diff] [blame] | 1 | // Copyright 2007 The Android Open Source Project |
| 2 | // |
| 3 | // Copies files into the directory structure described by a manifest |
| 4 | |
Bob Badour | f7cf305 | 2021-02-12 17:13:45 -0800 | [diff] [blame] | 5 | package { |
| 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 Cross | 6d7b346 | 2017-10-20 13:02:56 -0700 | [diff] [blame] | 14 | cc_binary_host { |
| 15 | name: "line_endings", |
| 16 | srcs: ["line_endings.c"], |
Chih-Hung Hsieh | 266197a | 2017-10-31 09:55:01 -0700 | [diff] [blame] | 17 | cflags: ["-Wall", "-Werror"], |
Colin Cross | 6d7b346 | 2017-10-20 13:02:56 -0700 | [diff] [blame] | 18 | } |