• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package {
2    // See: http://go/android-license-faq
3    // A large-scale-change added 'default_applicable_licenses' to import
4    // all of the 'license_kinds' from "device_generic_vulkan-cereal_third-party_astc-codec_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: [
8        "device_generic_vulkan-cereal_third-party_astc-codec_license",
9    ],
10}
11
12cc_library_static {
13    name: "gfxstream_astc_codec",
14    defaults: [ "gfxstream_defaults" ],
15    header_libs: [ "gfxstream_astc_codec_headers" ],
16    srcs: [
17        "footprint.cc",
18        "astc_file.cc",
19        "endpoint_codec.cc",
20        "integer_sequence_codec.cc",
21        "intermediate_astc_block.cc",
22        "logical_astc_block.cc",
23        "partition.cc",
24        "physical_astc_block.cc",
25        "quantization.cc",
26        "weight_infill.cc",
27        "codec.cc",
28    ],
29}
30