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