blob: 73567264775d1b2971ed0c05d3d18dca43bfc388 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "android.hidl.base@1.0",
shared_libs: ["libhidlbase"],
system_ext_specific: true,
vendor_available: true
}
|