66b47cfe82
Change-Id: Ib235946a1233b4965fc4a90c9b2b01b7644775e9
27 lines
439 B
Text
27 lines
439 B
Text
//
|
|
// Copyright (C) 2024 The LineageOS Project
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
//
|
|
|
|
cc_binary {
|
|
name: "nonui-notifier",
|
|
vendor: true,
|
|
|
|
init_rc: ["nonui-notifier.rc"],
|
|
|
|
srcs: [
|
|
"NonUiNotifier.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"libbase",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"android.frameworks.sensorservice@1.0",
|
|
],
|
|
|
|
header_libs: [
|
|
"generated_kernel_headers",
|
|
],
|
|
}
|