encoder: Add host support

am: e2b463d2f8

Change-Id: Id8a1d96989e718b02cc7b69f5eacb0acda265278
This commit is contained in:
Harish Mahendrakar 2019-09-20 22:20:44 -07:00 committed by android-build-merger
commit becb53e1f7
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -26,6 +26,7 @@ cc_test {
cc_test { cc_test {
name: "avcenc", name: "avcenc",
gtest: false, gtest: false,
host_supported: true,
cflags: [ cflags: [
"-DPROFILE_ENABLE", "-DPROFILE_ENABLE",