Home | History | Annotate | Download | only in gralloc
      1 cc_test {
      2     name: "test-opengl-gralloc",
      3 
      4     srcs: ["gralloc.cpp"],
      5 
      6     gtest: false,
      7 
      8     shared_libs: [
      9         "libcutils",
     10         "libutils",
     11         "libui",
     12     ],
     13 }
     14