Home | History | Annotate | Download | only in audiotests
      1 cc_test {
      2     name: "shared_mem_test",
      3     gtest: false,
      4 
      5     srcs: ["shared_mem_test.cpp"],
      6 
      7     shared_libs: [
      8         "liblog",
      9         "libcutils",
     10         "libutils",
     11         "libbinder",
     12         "libhardware_legacy",
     13         "libmedia",
     14         "libaudioclient",
     15     ],
     16 
     17     cflags: [
     18         "-Wall",
     19         "-Werror",
     20         "-Wno-error=deprecated-declarations",
     21         "-Wunused",
     22         "-Wunreachable-code",
     23     ],
     24 }
     25