blob: 819b0a2dd83868c45811750d9a715bc04ef88934 [file] [log] [blame]
// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
// DEPENDING ON IT IN YOUR PROJECT. ***
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "device_generic_vulkan-cereal_license"
// to get the below license kinds:
// legacy_by_exception_only (by exception only)
default_applicable_licenses: ["device_generic_vulkan-cereal_license"],
}
cc_library_static {
name: "gfxstream_glsnapshot",
defaults: [ "gfxstream_defaults" ],
srcs: [ "GLSnapshot.cpp", ],
export_include_dirs: [ "." ],
}