Home | History | Annotate | Download | only in gralloc1-adapter
      1 cc_library_static {
      2     name: "libgralloc1-adapter",
      3     defaults: ["hidl_defaults"],
      4     vendor: true,
      5     srcs: ["gralloc1-adapter.cpp", "Gralloc1On0Adapter.cpp"],
      6     include_dirs: ["system/core/libsync/include"],
      7     export_include_dirs: ["."],
      8     whole_static_libs: ["libgrallocusage"],
      9     shared_libs: ["libhardware", "liblog"],
     10 }
     11