blob: 668e28fb3f45d238a165f05dec9c5555801f2c93 [file] [log] [blame]
Dan Willemsenf51bf922016-07-12 22:29:13 -07001cc_library_static {
2 name: "static-hal-check",
3 srcs: [
4 "struct-size.cpp",
5 "struct-offset.cpp",
6 "struct-last.cpp",
7 ],
8 shared_libs: ["libhardware"],
9 cflags: [
10 "-std=gnu++11",
11 "-O0",
12 ],
13
14 include_dirs: ["system/media/camera/include"],
15}