1 // Copyright (C) 2016 The Android Open Source Project
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
7 // http://www.apache.org/licenses/LICENSE-2.0
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
15 // ==== c++ proto device library ==============================
17 name: "libplatformprotos",
19 // b/34740546, work around clang-tidy segmentation fault.
20 tidy_checks: ["-modernize*"],
22 export_proto_headers: true,
23 include_dirs: ["external/protobuf/src"],
32 "core/proto/**/*.proto",
33 "libs/incident/**/*.proto",
40 // We only build the protos that are optimized for the lite
41 // runtime, as well as the only protos that are actually
42 // needed by the device.
44 "core/proto/android/service/graphicsstats.proto",
59 "native/graphics/jni",
63 "core/tests/utiltests/jni",