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