allwinner_a64/android/frameworks/native/opengl/tests/gralloc/Android.bp
2018-08-08 15:50:00 +08:00

13 lines
177 B
Text

cc_test {
name: "test-opengl-gralloc",
srcs: ["gralloc.cpp"],
gtest: false,
shared_libs: [
"libcutils",
"libutils",
"libui",
],
}