1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["hardware_google_gfxstream_license"],
4}
5
6cc_library {
7    name: "libgfxstream_common_image",
8    defaults: [
9        "gfxstream_defaults",
10    ],
11    static_libs: [
12        "libgfxstream_thirdparty_stb",
13    ],
14    srcs: [
15        "ImageUtils.cpp",
16    ],
17    export_include_dirs: [
18        "include",
19    ],
20}
21