1// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS.  PLEASE
2//     CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
3//     DEPENDING ON IT IN YOUR PROJECT. ***
4package {
5    // See: http://go/android-license-faq
6    // A large-scale-change added 'default_applicable_licenses' to import
7    // all of the 'license_kinds' from "hardware_google_gfxstream_license"
8    // to get the below license kinds:
9    //   legacy_by_exception_only (by exception only)
10    default_applicable_licenses: ["hardware_google_gfxstream_license"],
11}
12
13cc_library_static {
14    name: "libgfxstream_host_glsnapshot",
15    defaults: ["gfxstream_defaults"],
16    srcs: ["GLSnapshot.cpp"],
17    export_include_dirs: ["."],
18}
19