sm8450-common: Add nonui notifier
Change-Id: Id447dec0d6c6a384a55a25db45f2d763ba23635a
This commit is contained in:
29
sensors/Android.bp
Normal file
29
sensors/Android.bp
Normal file
@@ -0,0 +1,29 @@
|
||||
//
|
||||
// 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",
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user