Bob Badour | 48d4303 | 2021-02-12 17:51:24 -0800 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
| 3 | // A large-scale-change added 'default_applicable_licenses' to import |
| 4 | // all of the 'license_kinds' from "bionic_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | // SPDX-license-identifier-BSD |
| 8 | // SPDX-license-identifier-ISC |
| 9 | // SPDX-license-identifier-MIT |
| 10 | // legacy_unencumbered |
| 11 | default_applicable_licenses: ["bionic_license"], |
| 12 | } |
| 13 | |
Colin Cross | d3b6bc7 | 2016-07-13 14:01:45 -0700 | [diff] [blame] | 14 | subdirs = ["*"] |
Elliott Hughes | d19b3c5 | 2018-09-06 16:04:08 -0700 | [diff] [blame] | 15 | |
| 16 | filegroup { |
| 17 | name: "bionic-generate-version-script", |
| 18 | srcs: ["generate-version-script.py"], |
Jingwen Chen | d6a3b78 | 2021-02-05 10:05:29 -0500 | [diff] [blame] | 19 | bazel_module: { bp2build_available: true }, |
Elliott Hughes | d19b3c5 | 2018-09-06 16:04:08 -0700 | [diff] [blame] | 20 | } |