1cc_library_shared { 2 name: "libcodec2_soft_av1dec_gav1", 3 defaults: [ 4 "libcodec2_soft-defaults", 5 "libcodec2_soft_sanitize_all-defaults", 6 ], 7 8 // coordinated with frameworks/av/media/codec2/components/aom/Android.bp 9 // so only 1 of them has the official c2.android.av1.decoder name 10 cflags: [ 11 "-DCODECNAME=\"c2.android.av1.decoder\"", 12 ], 13 14 srcs: ["C2SoftGav1Dec.cpp"], 15 static_libs: ["libgav1"], 16 17 include_dirs: [ 18 "external/libgav1/libgav1/", 19 ], 20} 21