Alex Vakulenko | 06a7634 | 2017-02-01 22:25:44 -0800 | [diff] [blame] | 1 | cc_library_static { |
| 2 | name: "libsurfaceflingerincludes", |
| 3 | export_include_dirs: ["."], |
Vishnu Nair | 3579887 | 2017-10-06 16:00:36 -0700 | [diff] [blame] | 4 | static_libs = ["libserviceutils"], |
| 5 | export_static_lib_headers = ["libserviceutils"], |
Alex Vakulenko | 06a7634 | 2017-02-01 22:25:44 -0800 | [diff] [blame] | 6 | } |
Kalle Raita | a099a24 | 2017-01-11 11:17:29 -0800 | [diff] [blame] | 7 | |
chaviw | 1d04428 | 2017-09-27 12:19:28 -0700 | [diff] [blame] | 8 | subdirs = ["tests/fakehwc", "layerproto"] |