blob: dae976e3dfa844936b3d5119ee633f8e3e8e9464 [file] [log] [blame]
Bob Badour3c538232021-02-12 21:26:48 -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_native_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 // SPDX-license-identifier-MIT
8 // SPDX-license-identifier-Unicode-DFS
9 default_applicable_licenses: ["frameworks_native_license"],
10}
11
Fabien Sanglardc6968f32017-04-05 14:24:41 -070012cc_library_static {
13 name: "libtrace_proto",
14 srcs: [
15 "src/trace.proto",
16 ],
Chih-Hung Hsiehc16c2db2017-11-08 14:44:14 -080017 cflags: [
18 "-Wall",
19 "-Werror",
20 ],
Fabien Sanglardc6968f32017-04-05 14:24:41 -070021 proto: {
22 type: "lite",
23 export_proto_headers: true,
24 },
25}