13 lines
243 B
Text
13 lines
243 B
Text
|
//
|
||
|
// Copyright (C) 2021 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,
|
||
|
}
|