blob: e09b941924d2930c55f00223080ae7f36e7b9824 [file] [log] [blame]
Bob Badoura73a6722021-02-25 15:05:14 -08001package {
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 Zhang8985efe2018-10-09 16:12:34 -070010java_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 Tsai02e45572019-01-30 11:14:20 +080017}
18
19java_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 Badoura73a6722021-02-25 15:05:14 -080026}