Files
device_xiaomi_msm8953-common/touch/Android.bp
Sebastiano Barezzi 7e7a7d7577 msm8953-common: Update copyright headers
* Move to SPDX license identifier
* Update copyrights to 2021

Change-Id: I85e20e934fa632496e9b440b23176cbe34c500d6
2021-09-02 12:07:46 +02:00

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",
],
}