* Move to SPDX license identifier * Update copyrights to 2021 Change-Id: I85e20e934fa632496e9b440b23176cbe34c500d6
25 lines
587 B
Plaintext
25 lines
587 B
Plaintext
//
|
|
// Copyright (C) 2019-2021 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "vendor.lineage.touch@1.0-service.xiaomi_8953",
|
|
init_rc: ["vendor.lineage.touch@1.0-service.xiaomi_8953.rc"],
|
|
defaults: ["hidl_defaults"],
|
|
vintf_fragments: ["vendor.lineage.touch@1.0-service.xiaomi_8953.xml"],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
srcs: [
|
|
"KeyDisabler.cpp",
|
|
"service.cpp"
|
|
],
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"vendor.lineage.touch@1.0",
|
|
],
|
|
}
|