blob: 1b192668b4a399e7306f43e36102120f3e9ec841 [file] [log] [blame]
Bob Badour8a6a2bc2021-02-12 17:07:05 -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 "frameworks_base_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_license"],
8}
9
Peiyong Lin9ca1dd82019-01-12 17:44:29 -080010java_library_static {
Peiyong Linb967a4c2020-07-27 22:16:13 -070011 name: "updatable-driver-protos",
Peiyong Lin9ca1dd82019-01-12 17:44:29 -080012 host_supported: true,
13 proto: {
14 type: "lite",
15 },
Peiyong Linb967a4c2020-07-27 22:16:13 -070016 srcs: ["updatable_driver.proto"],
Peiyong Lin9ca1dd82019-01-12 17:44:29 -080017 jarjar_rules: "jarjar-rules.txt",
Peiyong Linb967a4c2020-07-27 22:16:13 -070018 sdk_version: "30",
Peiyong Lin9ca1dd82019-01-12 17:44:29 -080019}