Home | History | Annotate | Download | only in fingerprint
      1 cc_test {
      2     name: "fingerprint_tests",
      3     srcs: ["fingerprint_tests.cpp"],
      4 
      5     shared_libs: [
      6         "liblog",
      7         "libhardware",
      8     ],
      9 
     10     cflags: [
     11         "-Wall",
     12         "-Wextra",
     13     ],
     14 }
     15