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_third-party_astc-codec_license" // to get the below license kinds: // SPDX-license-identifier-Apache-2.0 default_applicable_licenses: [ "device_generic_vulkan-cereal_third-party_astc-codec_license", ], } cc_library_static { name: "gfxstream_astc_codec", defaults: [ "gfxstream_defaults" ], header_libs: [ "gfxstream_astc_codec_headers" ], srcs: [ "footprint.cc", "astc_file.cc", "endpoint_codec.cc", "integer_sequence_codec.cc", "intermediate_astc_block.cc", "logical_astc_block.cc", "partition.cc", "physical_astc_block.cc", "quantization.cc", "weight_infill.cc", "codec.cc", ], }