blob: 668e28fb3f45d238a165f05dec9c5555801f2c93 [file] [log] [blame]
cc_library_static {
name: "static-hal-check",
srcs: [
"struct-size.cpp",
"struct-offset.cpp",
"struct-last.cpp",
],
shared_libs: ["libhardware"],
cflags: [
"-std=gnu++11",
"-O0",
],
include_dirs: ["system/media/camera/include"],
}