• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
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
10java_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"],
17}
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"],
26}
27