summaryrefslogtreecommitdiff
path: root/opengl/tests/tritex/Android.bp
blob: 390397b9da1ebc6c5bd4ec1eebaa4728937e6d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
cc_binary {
    name: "test-opengl-tritex",
    srcs: ["tritex.cpp"],
    cflags: [
        "-Wall",
        "-Werror",
    ],
    shared_libs: [
        "libcutils",
        "libEGL",
        "libGLESv1_CM",
        "libui",
        "libgui",
        "libutils",
    ],
    static_libs: ["libglTest"],
}