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", |
Dan Shi | f6b5a52 | 2017-03-29 23:06:00 -0700 | [diff] [blame] | 4 | test_suites: ["device-tests"], |
Felipe Leme | 343175a | 2016-08-02 18:57:37 -0700 | [diff] [blame] | 5 | |
| 6 | srcs: ["dumpsys_test.cpp"], |
Chih-Hung Hsieh | 734e378 | 2017-10-05 13:44:13 -0700 | [diff] [blame^] | 7 | cflags: ["-Wall", "-Werror"], |
Felipe Leme | 343175a | 2016-08-02 18:57:37 -0700 | [diff] [blame] | 8 | |
| 9 | shared_libs: [ |
| 10 | "libbase", |
| 11 | "libbinder", |
Felipe Leme | 343175a | 2016-08-02 18:57:37 -0700 | [diff] [blame] | 12 | "libutils", |
| 13 | ], |
| 14 | |
| 15 | static_libs: [ |
| 16 | "libdumpsys", |
| 17 | "libgmock", |
| 18 | ], |
| 19 | |
| 20 | clang: true, |
| 21 | } |