Bob Badour | f20cce2 | 2021-02-12 14:51:07 -0800 | [diff] [blame] | 1 | package { |
2 | default_applicable_licenses: ["system_nfc_license"], | ||||
3 | } | ||||
4 | |||||
5 | // Added automatically by a large-scale-change | ||||
6 | // See: http://go/android-license-faq | ||||
7 | license { | ||||
8 | name: "system_nfc_license", | ||||
9 | visibility: [":__subpackages__"], | ||||
10 | license_kinds: [ | ||||
11 | "SPDX-license-identifier-Apache-2.0", | ||||
12 | ], | ||||
13 | license_text: [ | ||||
14 | "NOTICE", | ||||
15 | ], | ||||
16 | } | ||||
17 | |||||
Andre Eisenbach | 856b365 | 2017-11-15 17:33:23 -0800 | [diff] [blame] | 18 | subdirs = ["src", "utils"] |