1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["hardware_google_gfxstream_license"],
4}
5
6cc_library_static {
7    name: "libgfxstream_host_backend",
8    defaults: ["gfxstream_defaults"],
9    export_include_dirs: [
10        "include",
11    ],
12    static_libs: [
13        "libgfxstream_common_utils",
14    ],
15    export_static_lib_headers: [
16        "libgfxstream_common_utils",
17    ],
18}
19