Home | History | Annotate | Download | only in common
      1 cc_library {
      2     name: "libstagefright_enc_common",
      3     vendor_available: true,
      4 
      5     srcs: ["cmnMemory.c"],
      6 
      7     arch: {
      8         arm: {
      9             instruction_set: "arm",
     10         },
     11     },
     12 
     13     export_include_dirs: ["include"],
     14 
     15     cflags: ["-Werror"],
     16 }
     17