Bob Badour | a73a672 | 2021-02-25 15:05:14 -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 "packages_apps_Settings_license" |
| 5 | // to get the below license kinds: |
| 6 | // SPDX-license-identifier-Apache-2.0 |
| 7 | default_applicable_licenses: ["packages_apps_Settings_license"], |
| 8 | } |
| 9 | |
Fan Zhang | 8985efe | 2018-10-09 16:12:34 -0700 | [diff] [blame] | 10 | java_library_static { |
| 11 | name: "settings-contextual-card-protos-lite", |
| 12 | host_supported: true, |
| 13 | proto: { |
| 14 | type: "lite", |
| 15 | }, |
| 16 | srcs: ["contextual_card_list.proto"], |
Raff Tsai | 02e4557 | 2019-01-30 11:14:20 +0800 | [diff] [blame] | 17 | } |
| 18 | |
| 19 | java_library_static { |
| 20 | name: "settings-log-bridge-protos-lite", |
| 21 | host_supported: true, |
| 22 | proto: { |
| 23 | type: "lite", |
| 24 | }, |
| 25 | srcs: ["settings_log_bridge.proto"], |
Bob Badour | a73a672 | 2021-02-25 15:05:14 -0800 | [diff] [blame] | 26 | } |