• 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_goldfish-opengl_license"
5    // to get the below license kinds:
6    //   SPDX-license-identifier-Apache-2.0
7    default_applicable_licenses: ["device_generic_goldfish-opengl_license"],
8}
9
10cc_library_shared {
11    name: "libcodec2_goldfish_avcdec",
12    vendor: true,
13    defaults: [
14        "libcodec2_goldfish-defaults",
15    ],
16
17    srcs: ["C2GoldfishAvcDec.cpp",
18        "MediaH264Decoder.cpp",
19    ],
20
21    shared_libs: [
22	    "android.hardware.graphics.allocator@3.0",
23		"android.hardware.graphics.mapper@3.0",
24        "libgoldfish_codec2_store",
25    ],
26
27   header_libs: [
28    "libgralloc_cb.ranchu",
29    ],
30}
31