12 lines
207 B
Plaintext
12 lines
207 B
Plaintext
|
//
|
||
|
// Copyright (C) 2024 The LineageOS Project
|
||
|
//
|
||
|
// SPDX-License-Identifier: Apache-2.0
|
||
|
//
|
||
|
|
||
|
cc_library_shared {
|
||
|
name: "libhypervintf",
|
||
|
srcs: ["libhypervintf/libhypervintf.cpp"],
|
||
|
vendor: true,
|
||
|
}
|