encoder: Add host support

Test: Build libavc on host
Bug: 139379050

Change-Id: Ifcf60e2e0efd8a31df2a9741007ce6f544cdce3f
This commit is contained in:
Harish Mahendrakar 2019-08-13 15:35:06 -07:00
parent 9aefe92778
commit e2b463d2f8
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",