blob: 73567264775d1b2971ed0c05d3d18dca43bfc388 (
plain) (
tree)
|
|
//
// 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
}
|