Pawin Vongmasa | 3665390 | 2018-11-15 00:10:25 -0800 | [diff] [blame^] | 1 | cc_test { |
| 2 | name: "ccodec_test", |
| 3 | |
| 4 | srcs: [ |
| 5 | "ReflectedParamUpdater_test.cpp", |
| 6 | ], |
| 7 | |
| 8 | include_dirs: [ |
| 9 | "hardware/google/av/media/sfplugin", |
| 10 | ], |
| 11 | |
| 12 | shared_libs: [ |
| 13 | "libstagefright_ccodec", |
| 14 | "libstagefright_codec2", |
| 15 | "libstagefright_foundation", |
| 16 | "libutils", |
| 17 | ], |
| 18 | |
| 19 | cflags: [ |
| 20 | "-Werror", |
| 21 | "-Wall", |
| 22 | ], |
| 23 | } |
| 24 | |
| 25 | cc_test { |
| 26 | name: "mc_sanity", |
| 27 | |
| 28 | srcs: [ |
| 29 | "MediaCodec_sanity_test.cpp", |
| 30 | ], |
| 31 | |
| 32 | include_dirs: [ |
| 33 | "hardware/google/av/media/sfplugin", |
| 34 | ], |
| 35 | |
| 36 | shared_libs: [ |
| 37 | "libbinder", |
| 38 | "libgui", |
| 39 | "libmedia", |
| 40 | "libmedia_omx", |
| 41 | "libstagefright", |
| 42 | "libstagefright_ccodec", |
| 43 | "libstagefright_codec2", |
| 44 | "libstagefright_foundation", |
| 45 | "libutils", |
| 46 | ], |
| 47 | |
| 48 | cflags: [ |
| 49 | "-Werror", |
| 50 | "-Wall", |
| 51 | ], |
| 52 | } |