encoder: Add host support
Test: Build libavc on host Bug: 139379050 Change-Id: Ifcf60e2e0efd8a31df2a9741007ce6f544cdce3f
This commit is contained in:
parent
9aefe92778
commit
e2b463d2f8
2 changed files with 2 additions and 0 deletions
|
|
@ -246,6 +246,7 @@ cc_library_static {
|
|||
cc_library_static {
|
||||
name: "libavcenc",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
shared_libs: ["liblog", "libcutils",],
|
||||
|
||||
cflags: [
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ cc_test {
|
|||
cc_test {
|
||||
name: "avcenc",
|
||||
gtest: false,
|
||||
host_supported: true,
|
||||
|
||||
cflags: [
|
||||
"-DPROFILE_ENABLE",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue