Android.bp 349 B

123456789101112131415161718
  1. //
  2. // Copyright (C) 2022 The LineageOS Project
  3. //
  4. // SPDX-License-Identifier: Apache-2.0
  5. //
  6. cc_library {
  7. name: "libudfpshandler",
  8. vendor: true,
  9. srcs: ["UdfpsHandler.cpp"],
  10. shared_libs: [
  11. "libbase",
  12. ],
  13. header_libs: [
  14. "generated_kernel_headers",
  15. "//hardware/xiaomi:xiaomifingerprint_headers",
  16. ],
  17. }