c9aa23766e
Change-Id: Id447dec0d6c6a384a55a25db45f2d763ba23635a
29 lines
500 B
Text
29 lines
500 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",
|
|
"libcutils",
|
|
"libhidlbase",
|
|
"libutils",
|
|
"android.frameworks.sensorservice@1.0",
|
|
"android.hardware.sensors@1.0",
|
|
],
|
|
|
|
header_libs: [
|
|
"generated_kernel_headers",
|
|
],
|
|
}
|