Home | History | Annotate | Download | only in SampleCode
      1 cc_test {
      2     name: "AMRWBEncTest",
      3     gtest: false,
      4 
      5     srcs: ["AMRWB_E_SAMPLE.c"],
      6 
      7     arch: {
      8         arm: {
      9             instruction_set: "arm",
     10         },
     11     },
     12 
     13     shared_libs: [
     14         "libdl",
     15     ],
     16 
     17     static_libs: [
     18         "libstagefright_amrwbenc",
     19         "libstagefright_enc_common",
     20     ],
     21 
     22     sanitize: {
     23         cfi: true,
     24         diag: {
     25             cfi: true,
     26         },
     27     },
     28 }
     29