blob: e9fd0c3a8d58a84bf539f6f0804ff1b61a9bc201 [file] [log] [blame]
Dan Willemsene4376b82016-09-26 13:58:25 -07001// Copyright (C) 2016 The Android Open Source Project
2//
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
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
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.
14
Tri Vo7089aa42017-07-28 12:58:17 -070015cc_library {
Dan Willemsene4376b82016-09-26 13:58:25 -070016 name: "libhidl-gen-utils",
17 host_supported: true,
Yifan Hong01ff4812018-07-11 16:37:26 -070018 recovery_available: true,
Steven Moreland3ee43c82017-08-04 11:03:02 -070019 defaults: ["hidl-gen-defaults"],
Dan Willemsene4376b82016-09-26 13:58:25 -070020 srcs: [
Yifan Hong6b7f0702017-04-03 11:33:22 -070021 "FQName.cpp",
Yifan Hongd5c53cc2018-03-05 16:38:28 -080022 "FqInstance.cpp",
Dan Willemsene4376b82016-09-26 13:58:25 -070023 ],
24 shared_libs: [
25 "libbase",
Steven Moreland5e5794b2017-09-18 16:05:45 -070026 ],
Dan Willemsene4376b82016-09-26 13:58:25 -070027
28 local_include_dirs: ["include/hidl-util"],
29 export_include_dirs: ["include"],
Yuexi Maaae820a2017-04-10 11:25:02 -070030 compile_multilib: "both",
Dan Willemsene4376b82016-09-26 13:58:25 -070031}