summaryrefslogtreecommitdiff
path: root/tests/hardware/Android.bp
blob: 668e28fb3f45d238a165f05dec9c5555801f2c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"],
}