encoder: Add host support am: e2b463d2f8

am: becb53e1f7

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

View file

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

View file

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