Home | History | Annotate | Download | only in automated
      1 // Build the unit tests.
      2 
      3 cc_test {
      4     name: "BufferQueue_test",
      5 
      6     srcs: ["BufferQueue_test.cpp"],
      7 
      8     shared_libs: ["libOpenSLES"],
      9 
     10     static_libs: ["libOpenSLESUT"],
     11 
     12     cflags: [
     13         "-Werror",
     14         "-Wall",
     15     ],
     16 }
     17