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_hevcdec", 12 vendor: true, 13 defaults: [ 14 "libcodec2_goldfish-defaults", 15 ], 16 17 srcs: ["C2GoldfishHevcDec.cpp", 18 "GoldfishHevcHelper.cpp", 19 "MediaHevcDecoder.cpp", 20 ], 21 22 shared_libs: [ 23 "android.hardware.graphics.allocator@3.0", 24 "android.hardware.graphics.mapper@3.0", 25 "libgoldfish_codec2_store", 26 ], 27 28 header_libs: [ 29 "libgralloc_cb.ranchu", 30 ], 31 32 static_libs: ["libhevcdec", 33 ], 34 35} 36 37