20 lines
360 B
Plaintext
20 lines
360 B
Plaintext
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "wvmkiller",
|
|
defaults: ["hidl_defaults"],
|
|
init_rc: ["wvmkiller.rc"],
|
|
vendor: true,
|
|
srcs: ["main.cpp"],
|
|
shared_libs: [
|
|
"android.hardware.drm@1.0",
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libutils",
|
|
],
|
|
}
|