123456789101112131415161718192021222324252627 |
- //
- // 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",
- "[email protected]",
- ],
- header_libs: [
- "generated_kernel_headers",
- ],
- }
|