Files
android_device_xiaomi_sm845…/sensors/Android.bp
Arian 87abd1ae6b sm8450-common: sensors: Cleanup code and drop unused dependencies
Change-Id: I553fb6f441cde1d3a5c4b19e42e3bd696a92bbd3
2024-08-01 01:08:48 +02:00

24 lines
376 B
Plaintext

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