Home | History | Annotate | Download | only in tests
      1 // Build the unit tests for dumpsys
      2 cc_test {
      3     name: "dumpsys_test",
      4 
      5     srcs: ["dumpsys_test.cpp"],
      6 
      7     shared_libs: [
      8         "libbase",
      9         "libbinder",
     10         "libutils",
     11     ],
     12 
     13     static_libs: [
     14         "libdumpsys",
     15         "libgmock",
     16     ],
     17 
     18     clang: true,
     19 }
     20