sm8450-common: Add nonui notifier

Change-Id: Id447dec0d6c6a384a55a25db45f2d763ba23635a
This commit is contained in:
Arian
2024-06-02 03:29:32 +02:00
parent 81844dee10
commit e323e073d1
7 changed files with 279 additions and 0 deletions

29
sensors/Android.bp Normal file
View 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",
],
}