Home | History | Annotate | Download | only in streamSource
      1 // slesTest_playStream
      2 
      3 cc_test {
      4     name: "slesTest_playStream",
      5     gtest: false,
      6 
      7     srcs: ["slesTestPlayStream.cpp"],
      8 
      9     shared_libs: ["libOpenSLES"],
     10 
     11     cflags: [
     12         "-Werror",
     13         "-Wall",
     14     ],
     15 }
     16