| Felipe Leme | 343175a | 2016-08-02 18:57:37 -0700 | [diff] [blame] | 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", | ||||
| Felipe Leme | 343175a | 2016-08-02 18:57:37 -0700 | [diff] [blame] | 10 | "libutils", |
| 11 | ], | ||||
| 12 | |||||
| 13 | static_libs: [ | ||||
| 14 | "libdumpsys", | ||||
| 15 | "libgmock", | ||||
| 16 | ], | ||||
| 17 | |||||
| 18 | clang: true, | ||||
| 19 | } | ||||