Sebastiano Barezzi | 7187b21 | 2021-02-21 16:46:06 +0100 | [diff] [blame] | 1 | // |
2 | // Copyright (C) 2022 The LineageOS Project | ||||
3 | // | ||||
4 | // SPDX-License-Identifier: Apache-2.0 | ||||
5 | // | ||||
6 | |||||
7 | cc_library_shared { | ||||
8 | name: "android.hidl.base@1.0", | ||||
9 | shared_libs: ["libhidlbase"], | ||||
10 | system_ext_specific: true, | ||||
11 | vendor_available: true, | ||||
12 | } |