Android.bp 439 B

123456789101112131415161718192021222324252627
  1. //
  2. // Copyright (C) 2024 The LineageOS Project
  3. //
  4. // SPDX-License-Identifier: Apache-2.0
  5. //
  6. cc_binary {
  7. name: "nonui-notifier",
  8. vendor: true,
  9. init_rc: ["nonui-notifier.rc"],
  10. srcs: [
  11. "NonUiNotifier.cpp",
  12. ],
  13. shared_libs: [
  14. "libbase",
  15. "libhidlbase",
  16. "libutils",
  17. "[email protected]",
  18. ],
  19. header_libs: [
  20. "generated_kernel_headers",
  21. ],
  22. }