Chia-I Wu | bbd9545 | 2018-01-25 13:11:21 -0800 | [diff] [blame] | 1 | // |
| 2 | // Copyright (C) 2018 The Android Open Source Project |
| 3 | // |
| 4 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | // you may not use this file except in compliance with the License. |
| 6 | // You may obtain a copy of the License at |
| 7 | // |
| 8 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | // |
| 10 | // Unless required by applicable law or agreed to in writing, software |
| 11 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | // See the License for the specific language governing permissions and |
| 14 | // limitations under the License. |
| 15 | |
| 16 | cc_library_headers { |
| 17 | name: "android.hardware.graphics.composer@2.1-hal", |
| 18 | defaults: ["hidl_defaults"], |
| 19 | vendor_available: true, |
| 20 | shared_libs: [ |
| 21 | "android.hardware.graphics.composer@2.1", |
Chia-I Wu | 2d894af | 2018-01-25 14:20:09 -0800 | [diff] [blame] | 22 | "android.hardware.graphics.mapper@2.0", |
Marissa Wall | e20b112 | 2018-12-30 11:02:06 -0800 | [diff] [blame] | 23 | "android.hardware.graphics.mapper@3.0", |
Chia-I Wu | bbd9545 | 2018-01-25 13:11:21 -0800 | [diff] [blame] | 24 | "libhardware", // TODO remove hwcomposer2.h dependency |
| 25 | ], |
| 26 | export_shared_lib_headers: [ |
| 27 | "android.hardware.graphics.composer@2.1", |
Chia-I Wu | 2d894af | 2018-01-25 14:20:09 -0800 | [diff] [blame] | 28 | "android.hardware.graphics.mapper@2.0", |
Marissa Wall | e20b112 | 2018-12-30 11:02:06 -0800 | [diff] [blame] | 29 | "android.hardware.graphics.mapper@3.0", |
Chia-I Wu | bbd9545 | 2018-01-25 13:11:21 -0800 | [diff] [blame] | 30 | "libhardware", |
| 31 | ], |
Chia-I Wu | 78211cf | 2018-01-25 23:21:45 -0800 | [diff] [blame] | 32 | header_libs: [ |
| 33 | "android.hardware.graphics.composer@2.1-command-buffer", |
| 34 | ], |
| 35 | export_header_lib_headers: [ |
| 36 | "android.hardware.graphics.composer@2.1-command-buffer", |
| 37 | ], |
Chia-I Wu | bbd9545 | 2018-01-25 13:11:21 -0800 | [diff] [blame] | 38 | export_include_dirs: ["include"], |
| 39 | } |