Merge "decoder: Add host support" am: dcdaa5c232 am: 8718ff04c4 am: ac88a2acbd

am: 5f451f42d1

Change-Id: I728ba0eec9e26743cdfddb5ab1b38a9717324ead
This commit is contained in:
Harish Mahendrakar 2019-08-21 18:34:25 -07:00 committed by android-build-merger
commit 505a9c0af4
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
cc_library_static {
name: "libavcdec",
vendor_available: true,
host_supported:true,
shared_libs: ["liblog", "libcutils",],
cflags: [

View file

@ -1,5 +1,6 @@
cc_fuzz {
name: "avc_dec_fuzzer",
host_supported:true,
srcs: [
"avc_dec_fuzzer.cpp",
],

View file

@ -1,7 +1,7 @@
cc_test {
name: "avcdec",
gtest: false,
host_supported:true,
cflags: [
"-DPROFILE_ENABLE",
"-DARM",