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",