Home | History | Annotate | Download | only in libheif
      1 cc_library_shared {
      2     name: "libheif",
      3 
      4     srcs: [
      5         "HeifDecoderImpl.cpp",
      6     ],
      7 
      8     shared_libs: [
      9         "libbinder",
     10         "liblog",
     11         "libutils",
     12         "libmedia",
     13     ],
     14 
     15     cflags: [
     16         "-Werror",
     17         "-Wall",
     18     ],
     19 
     20     include_dirs: [],
     21 
     22     export_include_dirs: ["include"],
     23 }
     24