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 | } |
Bonian Chen | 93ca728 | 2022-03-09 09:26:03 +0800 | [diff] [blame] | 27 | |
| 28 | java_library_static { |
| 29 | name: "settings-telephony-protos-lite", |
| 30 | host_supported: true, |
| 31 | proto: { |
| 32 | type: "lite", |
| 33 | }, |
| 34 | srcs: ["network_mode_choices.proto"], |
| 35 | } |
Wesley Wang | d90026d | 2022-09-28 18:12:35 +0800 | [diff] [blame] | 36 | |
| 37 | java_library { |
| 38 | name: "fuelgauge-log-protos-lite", |
| 39 | proto: { |
| 40 | type: "lite", |
| 41 | }, |
| 42 | srcs: ["fuelgauge_log.proto"], |
| 43 | } |