From e2b463d2f8840b12aa6670d33be8b4430ff25cc8 Mon Sep 17 00:00:00 2001 From: Harish Mahendrakar Date: Tue, 13 Aug 2019 15:35:06 -0700 Subject: [PATCH] encoder: Add host support Test: Build libavc on host Bug: 139379050 Change-Id: Ifcf60e2e0efd8a31df2a9741007ce6f544cdce3f --- Android.bp | 1 + test/Android.bp | 1 + 2 files changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index 3c424e4..8ec6858 100644 --- a/Android.bp +++ b/Android.bp @@ -246,6 +246,7 @@ cc_library_static { cc_library_static { name: "libavcenc", vendor_available: true, + host_supported: true, shared_libs: ["liblog", "libcutils",], cflags: [ diff --git a/test/Android.bp b/test/Android.bp index 70307da..a62b56c 100644 --- a/test/Android.bp +++ b/test/Android.bp @@ -26,6 +26,7 @@ cc_test { cc_test { name: "avcenc", gtest: false, + host_supported: true, cflags: [ "-DPROFILE_ENABLE",